Skip to content

Commit a9e7e44

Browse files
author
Like Google
committed
Upgrade agp 8.3.1
1 parent 77a8038 commit a9e7e44

File tree

4 files changed

+54
-8
lines changed

4 files changed

+54
-8
lines changed

.idea/misc.xml

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
2-
agp = "8.2.0"
2+
agp = "8.3.1"
33
circleimageview = "3.1.0"
4-
kotlin = "1.9.20-RC"
4+
kotlin = "1.9.23"
55
core-ktx = "1.12.0"
66
junit = "4.13.2"
77
androidx-test-ext-junit = "1.1.5"
88
espresso-core = "3.5.1"
99
appcompat = "1.6.1"
10-
lottie = "6.1.0"
11-
material = "1.11.0-rc01"
10+
lottie = "6.4.0"
11+
material = "1.11.0"
1212
constraintlayout = "2.1.4"
13-
activity = "1.8.1"
13+
activity = "1.8.2"
1414

1515
[libraries]
1616
circleimageview = { module = "de.hdodenhof:circleimageview", version.ref = "circleimageview" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Sep 08 14:47:08 IST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

local.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Location of the SDK. This is only used by Gradle.
55
# For customization when using a Version Control System, please read the
66
# header note.
7-
#Mon Nov 13 21:00:57 IST 2023
8-
sdk.dir=C\:\\SDK\\Android
7+
#Thu Apr 04 16:35:23 IST 2024
8+
sdk.dir=C\:\\Users\\kotli\\AppData\\Local\\Android\\Sdk

0 commit comments

Comments
 (0)