File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 31
4+ compileSdkVersion 33
55
66 defaultConfig {
77 applicationId " com.amrdeveloper.codeviewlibrary"
88 minSdkVersion 15
9- targetSdkVersion 31
9+ targetSdkVersion 33
1010 versionCode 1
1111 versionName " 1.0"
1212
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 31
4+ compileSdkVersion 33
55
66 defaultConfig {
77 minSdkVersion 15
8- targetSdkVersion 31
8+ targetSdkVersion 33
99 versionCode 15
10- versionName " 1.3.7 "
10+ versionName " 1.3.8 "
1111
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 consumerProguardFiles " consumer-rules.pro"
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-6.1 .1-all.zip
6+ distributionUrl =https://services.gradle.org/distributions/gradle-6.4 .1-all.zip
You can’t perform that action at this time.
0 commit comments