File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
21
21
applicationId = " com.skyd.anivu"
22
22
minSdk = 24
23
23
targetSdk = 34
24
- versionCode = 18
25
- versionName = " 1.1-rc01 "
24
+ versionCode = 19
25
+ versionName = " 2.0 "
26
26
27
27
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
28
28
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
- id(" com.android.application" ) version " 8.4.0 " apply false
3
+ id(" com.android.application" ) version " 8.5.1 " apply false
4
4
id(" org.jetbrains.kotlin.android" ) version " 2.0.0" apply false
5
5
id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.0"
6
6
id(" com.google.dagger.hilt.android" ) version " 2.51.1" apply false
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments