File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 30
4+ compileSdkVersion 35
55 buildToolsVersion " 30.0.2"
66
77 defaultConfig {
88 applicationId " in.eko.uidai_rdservice_manager_lib"
99 minSdkVersion 16
10- targetSdkVersion 30
10+ targetSdkVersion 35
1111 versionCode 1
1212 versionName " 1.0"
1313
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.6.3 '
11+ classpath ' com.android.tools.build:gradle:8.5.1 '
1212
1313
1414 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
You can’t perform that action at this time.
0 commit comments