Skip to content

Commit 35862e7

Browse files
committed
[build] Update AGP
1 parent 35d66d0 commit 35862e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId = "com.skyd.anivu"
2222
minSdk = 24
2323
targetSdk = 34
24-
versionCode = 18
25-
versionName = "1.1-rc01"
24+
versionCode = 19
25+
versionName = "2.0"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "8.4.0" apply false
3+
id("com.android.application") version "8.5.1" apply false
44
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
55
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
66
id("com.google.dagger.hilt.android") version "2.51.1" apply false

gradle/wrapper/gradle-wrapper.properties

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

0 commit comments

Comments
 (0)