Skip to content

Commit 7021786

Browse files
committed
feat: update compile and target sdk version, also other dependency versions
1 parent 85df516 commit 7021786

File tree

13 files changed

+39
-38
lines changed

13 files changed

+39
-38
lines changed

Adjust/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ subprojects {
77
ext {
88
// Android config.
99
coreMinSdkVersion = 21
10-
coreCompileSdkVersion = 35
11-
coreTargetSdkVersion = 35
10+
coreCompileSdkVersion = 36
11+
coreTargetSdkVersion = 36
1212
coreVersionName = '5.4.0'
1313
defaultVersionCode = 1
1414
webbridgeMinSdkVersion = 21
@@ -28,7 +28,7 @@ buildscript {
2828
google()
2929
}
3030
dependencies {
31-
classpath 'com.android.tools.build:gradle:8.8.0'
31+
classpath 'com.android.tools.build:gradle:8.10.1'
3232

3333
// NOTE: Do not place your application dependencies here; they belong
3434
// in the individual module build.gradle files.

Adjust/examples/example-app-fbpixel/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdk 35
4+
compileSdk 36
55

66
defaultConfig {
77
applicationId "com.adjust.examples"
88
minSdkVersion 21
9-
targetSdkVersion 35
9+
targetSdkVersion 36
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -29,9 +29,9 @@ dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030
implementation 'androidx.appcompat:appcompat:1.3.1'
3131
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
32-
implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0'
32+
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
3333
implementation 'com.android.installreferrer:installreferrer:2.2'
34-
implementation 'com.google.android.gms:play-services-appset:16.0.2'
34+
implementation 'com.google.android.gms:play-services-appset:16.1.0'
3535

3636
implementation project(':sdk-core')
3737
implementation project(':plugins:sdk-plugin-webbridge')

Adjust/examples/example-app-java/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repositories {
77
}
88

99
android {
10-
compileSdk 35
10+
compileSdk 36
1111

1212
defaultConfig {
1313
applicationId "com.adjust.examples"
1414
minSdkVersion 21
15-
targetSdkVersion 35
15+
targetSdkVersion 36
1616
versionCode 1
1717
versionName "1.0"
1818
}
@@ -33,9 +33,9 @@ dependencies {
3333
implementation fileTree(dir: 'libs', include: ['*.jar'])
3434
implementation 'androidx.appcompat:appcompat:1.3.1'
3535
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
36-
implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0'
36+
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
3737
implementation 'com.android.installreferrer:installreferrer:2.2'
38-
implementation 'com.google.android.gms:play-services-appset:16.0.2'
38+
implementation 'com.google.android.gms:play-services-appset:16.1.0'
3939

4040
implementation project(':sdk-core')
4141
implementation 'com.adjust.signature:adjust-android-signature:3+'

Adjust/examples/example-app-keyboard/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repositories {
77
}
88

99
android {
10-
compileSdk 35
10+
compileSdk 36
1111

1212
defaultConfig {
1313
applicationId "com.adjust.examples.keyboard"
1414
minSdkVersion 21
15-
targetSdkVersion 35
15+
targetSdkVersion 36
1616
versionCode 1
1717
versionName "1.0"
1818
}
@@ -33,9 +33,9 @@ dependencies {
3333
implementation fileTree(dir: 'libs', include: ['*.jar'])
3434
implementation 'androidx.appcompat:appcompat:1.3.1'
3535
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
36-
implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0'
36+
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
3737
implementation 'com.android.installreferrer:installreferrer:2.2'
38-
implementation 'com.google.android.gms:play-services-appset:16.0.2'
38+
implementation 'com.google.android.gms:play-services-appset:16.1.0'
3939

4040
implementation project(':sdk-core')
4141
implementation 'com.adjust.signature:adjust-android-signature:3+'

Adjust/examples/example-app-kotlin/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33
android {
4-
compileSdk 35
4+
compileSdk 36
55

66
defaultConfig {
77
applicationId "com.adjust.examples"
88
minSdkVersion 21
9-
targetSdkVersion 35
9+
targetSdkVersion 36
1010
versionCode 1
1111
versionName "1.0"
1212

@@ -35,9 +35,9 @@ dependencies {
3535
implementation fileTree(dir: 'libs', include: ['*.jar'])
3636
implementation 'androidx.appcompat:appcompat:1.3.1'
3737
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
38-
implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0'
38+
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
3939
implementation 'com.android.installreferrer:installreferrer:2.2'
40-
implementation 'com.google.android.gms:play-services-appset:16.0.2'
40+
implementation 'com.google.android.gms:play-services-appset:16.1.0'
4141

4242
implementation project(':sdk-core')
4343
implementation 'com.adjust.signature:adjust-android-signature:3+'

Adjust/examples/example-app-tv/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repositories {
77
}
88

99
android {
10-
compileSdk 35
10+
compileSdk 36
1111

1212
defaultConfig {
1313
applicationId "com.adjust.examples"
1414
minSdkVersion 21
15-
targetSdkVersion 35
15+
targetSdkVersion 36
1616
versionCode 1
1717
versionName "1.0"
1818
}
@@ -33,9 +33,9 @@ dependencies {
3333
implementation fileTree(dir: 'libs', include: ['*.jar'])
3434
implementation 'androidx.appcompat:appcompat:1.3.1'
3535
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
36-
implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0'
36+
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
3737
implementation 'com.android.installreferrer:installreferrer:2.2'
38-
implementation 'com.google.android.gms:play-services-appset:16.0.2'
38+
implementation 'com.google.android.gms:play-services-appset:16.1.0'
3939

4040
implementation project(':sdk-core')
4141
implementation 'com.adjust.signature:adjust-android-signature:3+'

Adjust/examples/example-app-webbridge/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdk 35
4+
compileSdk 36
55

66
defaultConfig {
77
applicationId "com.example.examples"
88
minSdkVersion 21
9-
targetSdkVersion 35
9+
targetSdkVersion 36
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -27,9 +27,9 @@ dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
2828
implementation 'androidx.appcompat:appcompat:1.3.1'
2929
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
30-
implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0'
30+
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
3131
implementation 'com.android.installreferrer:installreferrer:2.2'
32-
implementation 'com.google.android.gms:play-services-appset:16.0.2'
32+
implementation 'com.google.android.gms:play-services-appset:16.1.0'
3333

3434
implementation project(':sdk-core')
3535
implementation project(':plugins:sdk-plugin-webbridge')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Oct 06 12:16:52 CEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

Adjust/sdk-core/src/main/java/com/adjust/sdk/StoreInfoUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import android.os.Bundle;
99

1010
public class StoreInfoUtil {
11+
@SuppressWarnings("deprecation")
1112
public static String getStoreIdFromSystem(final Context context) {
1213
try {
1314
PackageManager packageManager = context.getPackageManager();

Adjust/tests/test-app-core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repositories {
77
}
88

99
android {
10-
compileSdk 34
10+
compileSdk 36
1111

1212
defaultConfig {
1313
applicationId "com.adjust.testapp"
1414
minSdkVersion 21
15-
targetSdkVersion 34
15+
targetSdkVersion 36
1616
versionCode 1
1717
versionName "1.0"
1818
}
@@ -28,7 +28,7 @@ dependencies {
2828
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
2929
implementation 'androidx.appcompat:appcompat:1.3.1'
3030
implementation "androidx.constraintlayout:constraintlayout:2.1.1"
31-
implementation 'com.google.android.gms:play-services-ads-identifier:17.1.0'
31+
implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
3232
implementation 'com.android.installreferrer:installreferrer:2.2'
3333
implementation 'com.adjust.signature:adjust-android-signature:3+'
3434

0 commit comments

Comments
 (0)