Skip to content

Commit ab399e4

Browse files
committed
Update Gradle and AGP
1 parent 6ad46b4 commit ab399e4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/dependencies/dogReleaseRuntimeClasspath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ androidx.core:core:1.18.0
8585
androidx.cursoradapter:cursoradapter:1.0.0
8686
androidx.customview:customview-poolingcontainer:1.0.0
8787
androidx.customview:customview:1.1.0
88-
androidx.databinding:viewbinding:9.0.1
88+
androidx.databinding:viewbinding:9.1.0
8989
androidx.documentfile:documentfile:1.1.0
9090
androidx.drawerlayout:drawerlayout:1.1.1
9191
androidx.dynamicanimation:dynamicanimation:1.1.0

app/dependencies/googleReleaseRuntimeClasspath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ androidx.credentials:credentials:1.6.0-beta01
8888
androidx.cursoradapter:cursoradapter:1.0.0
8989
androidx.customview:customview-poolingcontainer:1.0.0
9090
androidx.customview:customview:1.1.0
91-
androidx.databinding:viewbinding:9.0.1
91+
androidx.databinding:viewbinding:9.1.0
9292
androidx.datastore:datastore-android:1.1.7
9393
androidx.datastore:datastore-core-android:1.1.7
9494
androidx.datastore:datastore-core-okio-jvm:1.1.7

app/dependencies/otherReleaseRuntimeClasspath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ androidx.core:core:1.18.0
8585
androidx.cursoradapter:cursoradapter:1.0.0
8686
androidx.customview:customview-poolingcontainer:1.0.0
8787
androidx.customview:customview:1.1.0
88-
androidx.databinding:viewbinding:9.0.1
88+
androidx.databinding:viewbinding:9.1.0
8989
androidx.documentfile:documentfile:1.1.0
9090
androidx.drawerlayout:drawerlayout:1.1.1
9191
androidx.dynamicanimation:dynamicanimation:1.1.0

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
jvmTarget = "17"
33

4-
agp = "9.0.1"
4+
agp = "9.1.0"
55

66
compileSdk = "36"
77
minSdk = "23"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)