File tree Expand file tree Collapse file tree 11 files changed +22
-24
lines changed Expand file tree Collapse file tree 11 files changed +22
-24
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 33
4+ compileSdk 34
55
66 defaultConfig {
77 applicationId " com.adjust.examples"
88 minSdkVersion 17
9- targetSdkVersion 33
9+ targetSdkVersion 34
1010 versionCode 1
1111 versionName " 1.0"
1212 }
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ repositories {
77}
88
99android {
10- compileSdkVersion 33
10+ compileSdk 34
1111
1212 defaultConfig {
1313 applicationId " com.adjust.examples"
1414 minSdkVersion 14
15- targetSdkVersion 33
15+ targetSdkVersion 34
1616 versionCode 1
1717 versionName " 1.0"
1818 }
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22apply plugin : ' kotlin-android'
33android {
4- compileSdkVersion 33
5-
6-
4+ compileSdk 34
75
86 defaultConfig {
97 applicationId " com.adjust.examples"
108 minSdkVersion 14
11- targetSdkVersion 33
9+ targetSdkVersion 34
1210 versionCode 1
1311 versionName " 1.0"
1412
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ repositories {
77}
88
99android {
10- compileSdkVersion 33
10+ compileSdk 34
1111
1212 defaultConfig {
1313 applicationId " com.adjust.examples"
1414 minSdkVersion 21
15- targetSdkVersion 33
15+ targetSdkVersion 34
1616 versionCode 1
1717 versionName " 1.0"
1818 }
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 33
4+ compileSdk 34
55
66 defaultConfig {
77 applicationId " com.example.examples"
88 minSdkVersion 17
9- targetSdkVersion 33
9+ targetSdkVersion 34
1010 versionCode 1
1111 versionName " 1.0"
1212 }
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 33
4+ compileSdk 34
55
66 defaultConfig {
77 applicationId " com.adjust.testapp"
88 minSdkVersion 14
9- targetSdkVersion 33
9+ targetSdkVersion 34
1010 versionCode 1
1111 versionName " 1.0"
1212 }
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 33
4+ compileSdk 34
55
66 defaultConfig {
77 applicationId " com.example.testappwebbridge"
88 minSdkVersion 17
9- targetSdkVersion 33
9+ targetSdkVersion 34
1010 versionCode 1
1111 versionName " 1.0"
1212 }
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22apply plugin : ' kotlin-android'
33android {
4- compileSdkVersion 33
4+ compileSdk 34
55
66 defaultConfig {
77 applicationId " com.adjust.sdk.test"
8- targetSdkVersion 33
8+ targetSdkVersion 34
99 minSdkVersion 9
1010
1111 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 33
4+ compileSdk 34
55
66 defaultConfig {
77 minSdkVersion 9
8- targetSdkVersion 33
8+ targetSdkVersion 34
99 }
1010 namespace ' com.adjust.test_library'
1111}
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ plugins {
33}
44
55android {
6- compileSdkVersion 33
6+ compileSdk 34
77
88 defaultConfig {
99 minSdkVersion 9
10- targetSdkVersion 33
10+ targetSdkVersion 34
1111 }
1212 namespace ' com.adjust.test_options'
1313}
You can’t perform that action at this time.
0 commit comments