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.library'
22
33android {
4- compileSdk 33
4+ compileSdk 34
55
66
77 defaultConfig {
88 minSdkVersion 21
9- targetSdkVersion 33
10- versionCode 1
11- versionName " 1.0"
9+ targetSdkVersion 34
1210 multiDexEnabled true
1311 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1412 consumerProguardFiles ' consumer-rules.pro'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ allprojects {
88 }
99
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:7.0.4 '
11+ classpath ' com.android.tools.build:gradle:7.1.2 '
1212 classpath " de.marcphilipp.gradle:nexus-publish-plugin:0.4.0"
1313 classpath " io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1"
1414 classpath ' digital.wup:android-maven-publish:3.6.2'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdk 33
4+ compileSdk 34
55
66
77 defaultConfig {
88 minSdkVersion 21
9- targetSdkVersion 33
10- versionCode 1
11- versionName " 1.0"
9+ targetSdkVersion 34
1210 multiDexEnabled true
1311 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1412 // filter in the api credentials before building but without changing original source
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdk 33
4+ compileSdk 34
55
66 defaultConfig {
77 minSdkVersion 21
8- targetSdkVersion 33
9- versionCode 1
10- versionName " 1.0"
8+ targetSdkVersion 34
119 multiDexEnabled true
1210 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1311 consumerProguardFiles ' consumer-rules.pro'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdk 33
4+ compileSdk 34
55
66 defaultConfig {
77 minSdkVersion 21
8- targetSdkVersion 33
9- versionCode 1
10- versionName " 1.0"
8+ targetSdkVersion 34
119 multiDexEnabled true
1210 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1311 consumerProguardFiles ' consumer-rules.pro'
Original file line number Diff line number Diff line change 11# Wed Jan 19 11:45:39 IST 2022
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0. 2-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdk 33
4+ compileSdk 34
55
66 defaultConfig {
77 minSdkVersion 21
8- targetSdkVersion 33
9- versionCode 1
10- versionName " 1.0"
8+ targetSdkVersion 34
119 android. compileOptions. sourceCompatibility 1.8
1210 android. compileOptions. targetCompatibility 1.8
1311 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ android {
77 }
88
99 defaultConfig {
10- compileSdk 33
10+ compileSdk 34
1111 applicationId " com.cloudinary.sample"
1212 minSdkVersion 21
13- targetSdkVersion 33
13+ targetSdkVersion 34
1414 versionCode 1
1515 versionName " 1.0"
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -26,7 +26,6 @@ android {
2626 release {
2727 minifyEnabled true
2828 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
29- consumerProguardFiles ' proguard-rules.pro'
3029 }
3130 }
3231
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdk 33
4+ compileSdk 34
55
66
77 defaultConfig {
88 minSdkVersion 21
9- targetSdkVersion 33
10- versionCode 1
11- versionName " 1.0"
9+ targetSdkVersion 34
1210 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1311 consumerProguardFiles ' consumer-rules.pro'
1412 vectorDrawables. useSupportLibrary = true
You can’t perform that action at this time.
0 commit comments