aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser/build.gradle.kts
AgeCommit message (Expand)Author
2023-07-26fix(autofill-parser): remove Kotlin 1.7 compat workarounds...Harsh Shandilya
2023-07-06fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts ...Harsh Shandilya
2023-06-19fix(autofill-parser): restore older stdlib and language versionHarsh Shandilya
2023-06-15chore: rename TOML keys for coroutines depsHarsh Shandilya
2023-05-17chore(autofill-parser): release v1.1.2autofill-parser-v1.1.2Harsh Shandilya
2023-05-12feat: raise min SDK to 26...Harsh Shandilya
2023-04-27refactor(build): remove `kotlin-library` plugin from Android modulesHarsh Shandilya
2023-03-27refactor: migrate to androidx.core APIs for `Bundle`/`Intent` API changesHarsh Shandilya
2023-03-21fix(build): remove `DSL_SCOPE_VIOLATION` suppression...Harsh Shandilya
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2022-03-27Migrate namespaces to Gradle (#1805)...Harsh Shandilya
2021-12-11Miscellaneous build and CI cleanups (#1587)Harsh Shandilya
2021-12-03Turn on explicit API for Kotlin JVM projects (#1568)Harsh Shandilya
2021-12-03all: switch to new convention pluginsHarsh Shandilya
2021-11-16build: apply `kotlin-common` convention plugin where applicableHarsh Shandilya
2021-10-09Upgrade plugin dependencies and fix Javadoc generation (#1517)...Harsh Shandilya
2021-10-03Replace Timber with logcat (#1509)...(´⌣`ʃƪ)
2021-07-29Revamp PSL updates (#1475)...Harsh Shandilya
2021-07-29Upgrade to AGP 7.0.0 (#1474)Harsh Shandilya
2021-05-12Upgrade Gradle and `androidx.annotation` (#1407)Harsh Shandilya
2021-04-18build: enable explicit API automatically on all library projects...Harsh Shandilya
2021-04-12Update to Gradle 7.0 (#1381)Harsh Shandilya
2021-04-10autofill-parser: restore LGPL-3.0 and MPL-2.0 licence headers...Harsh Shandilya
2021-03-18all: reformat with ktfmt...Harsh Shandilya
2021-03-18all: update copyrights...Harsh Shandilya
2021-02-06Replace JCenter with Maven Central (#1303)Harsh Shandilya
2020-11-29build: move publishing config to buildSrc for re-use...Harsh Shandilya
2020-11-03Make autofill-parser API explicit and refactor (#1182)Fabian Henneke
2020-10-16Revamp build configuration (#1156)...Harsh Shandilya
2020-10-08autofill-parser: flesh out generated POM file (#1140)...Harsh Shandilya
2020-09-20autofill-parser: add dependency on AndroidX annotation...Harsh Shandilya
2020-09-20autofill-parser: drop use of core-ktx...Harsh Shandilya
2020-09-20autofill-parser: configure maven-publish plugin...Harsh Shandilya
2020-09-16Autofill: Extract AutofillParser into separate subproject (#1101)...Vincent Breitmoser