build: upgrade to agp 8.1.0
This commit is contained in:
parent
6bb323a0ce
commit
fc41a22be9
|
@ -1,5 +1,4 @@
|
|||
org.gradle.jvmargs=-Xmx4g -XX:+UseGCOverheadLimit -XX:GCTimeLimit=10 -Dfile.encoding=UTF-8 -XX:+UseParallelGC
|
||||
org.gradle.workers.max=8
|
||||
kotlin.code.style=official
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
|
|
@ -22,7 +22,7 @@ room = "2.5.2"
|
|||
#Simple tools
|
||||
simple-commons = "53ad279f5e"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.0.2"
|
||||
gradlePlugins-agp = "8.1.0"
|
||||
#build
|
||||
app-build-compileSDKVersion = "34"
|
||||
app-build-targetSDK = "33"
|
||||
|
|
Loading…
Reference in New Issue