Skip to content

Commit

Permalink
chore: Update Gradle and AGP
Browse files Browse the repository at this point in the history
- Update Gradle version to 8.4
- Update AGP version to 8.1.3

Signed-off-by: Andrey Slyusar <[email protected]>
  • Loading branch information
reysand committed Nov 10, 2023
1 parent 4770fc0 commit f6c59c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
activity-compose = "1.7.2"
agp = "8.1.1"
agp = "8.1.3"
androidx-test-ext-junit = "1.1.5"
compose-bom = "2023.06.01"
core-ktx = "1.10.1"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 22 21:09:48 MSK 2023
#Fri Nov 10 19:07:23 MSK 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f6c59c0

Please sign in to comment.