Commit Graph

13 Commits

Author SHA1 Message Date
Carter Jernigan a65aec18a4
[#418] Android Gradle Plugin 7.2.0 2022-05-11 16:24:52 -04:00
Carter Jernigan 3e67fda537
[#394] Kotlin 1.6.20
Also updated the Compose compiler to be compatible
2022-04-22 10:57:56 -04:00
Carter Jernigan b280914a84 [#358] AGP 7.1.3 2022-04-12 10:09:14 -04:00
Carter Jernigan 842fcd1574 [#233] Android Gradle Plugin 7.1.2 2022-02-28 08:05:22 -05:00
Carter Jernigan c6c59eefe1 [#198] Android Gradle Plugin 7.1.1 2022-02-21 09:26:57 -05:00
Carter Jernigan 52b6382d47
Configure build with GitHub Actions 2022-01-26 15:13:19 -05:00
Carter Jernigan 40950a0377 [#169] Android Gradle Plugin 7.1
Besides bumping the version, we can now integrate this plugin the same way we do the others.  The version is now declared in the settings.gradle.kts.

The change is a bit noisy, due to needing to move our repository restrictions around.
2022-01-25 15:13:11 -05:00
Carter Jernigan 17c5c2ba6a [#148] Kotlin 1.6.10 2021-12-16 14:57:21 -05:00
Carter Jernigan 0ca63f9c75 [#121] Android Gradle Plugin 7.0.4 2021-12-11 08:16:45 -05:00
Carter Jernigan 66750a58b1 [#88] Kotlin 1.6
Updating the Compose compiler must happen in lockstep with the Kotlin version, because they are tightly coupled

Kotlin 1.6 also fixes some annoying issues with Java 17, which will make first-time setup less error prone for new contributors
2021-12-03 08:16:24 -05:00
Carter Jernigan c457406bc3
[#98] Detekt 1.19.0 2021-12-02 15:16:34 -05:00
Carter Jernigan 3bcf9b20cf [#77] Gradle 7.3 2021-11-10 11:16:09 -05:00
Carter Jernigan 7afdb59d50 [#54] Add dependency locking for buildscript
This only locks dependencies for Gradle plugins, but not for all of the runtime dependencies that we might have.  That will be accomplished in a followup change.
2021-10-25 13:56:36 -04:00