Skip to content

Commit 709816c

Browse files
authored
Upgrade AGP and Gradle (#133)
Also fix a 'redundant else' warning (exhaustive when).
1 parent cd8ca89 commit 709816c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dev-app/src/main/java/com/uid2/dev/ui/views/UserIdentityView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ private fun IdentityStatus.toUserString(): String {
7575
INVALID -> R.string.status_invalid
7676
REFRESH_EXPIRED -> R.string.status_refresh_expired
7777
OPT_OUT -> R.string.status_opt_out
78-
else -> R.string.status_invalid
7978
},
8079
)
8180
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.11.1"
2+
agp = "8.13.0"
33
kotlin = "2.1.21"
44
core-ktx = "1.16.0"
55
junit = "4.13.2"

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-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)