Skip to content

Commit

Permalink
Merge pull request #106 from eygraber/downgrade-agp
Browse files Browse the repository at this point in the history
Downgrade AGP to 7.1.3
  • Loading branch information
eygraber committed May 11, 2022
2 parents 1613dc1 + ef55265 commit 70f8e0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build-logic/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
org.gradle.jvmargs=-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseParallelGC -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8
kotlin.daemon.jvm.options=-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseParallelGC -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8

GROUP=com.eygraber
VERSION_NAME=0.9.9-SNAPSHOT

Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
org.gradle.jvmargs=-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseParallelGC -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8
kotlin.daemon.jvm.options=-Xmx2g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseParallelGC -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8

GROUP=com.eygraber
VERSION_NAME=0.9.9-SNAPSHOT

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "7.3.0-alpha09"
agp = "7.1.3"

android-sdk-compile = "31"
android-sdk-target = "31"
Expand Down Expand Up @@ -37,7 +37,7 @@ kotlin = { id = "kotlin-multiplatform", version.ref = "kotlin" }
publish = { id = "com.vanniktech.maven.publish", version.ref = "publish" }

[libraries]
androidx-activity-compose = "androidx.activity:activity-compose:1.5.0-beta01"
androidx-activity-compose = "androidx.activity:activity-compose:1.5.0-rc01"
androidx-appcompat = "androidx.appcompat:appcompat:1.5.0-alpha01"
androidx-core = "androidx.core:core-ktx:1.8.0-rc01"

Expand Down

0 comments on commit 70f8e0c

Please sign in to comment.