File tree Expand file tree Collapse file tree 13 files changed +39
-38
lines changed
sdk-core/src/main/java/com/adjust/sdk Expand file tree Collapse file tree 13 files changed +39
-38
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ subprojects {
77ext {
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.
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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' )
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ repositories {
77}
88
99android {
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+'
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ repositories {
77}
88
99android {
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+'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22apply plugin : ' kotlin-android'
33android {
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+'
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ repositories {
77}
88
99android {
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+'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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' )
Original file line number Diff line number Diff line change 11# Fri Oct 06 12:16:52 CEST 2023
22distributionBase =GRADLE_USER_HOME
33distributionPath =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
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 88import android .os .Bundle ;
99
1010public class StoreInfoUtil {
11+ @ SuppressWarnings ("deprecation" )
1112 public static String getStoreIdFromSystem (final Context context ) {
1213 try {
1314 PackageManager packageManager = context .getPackageManager ();
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ repositories {
77}
88
99android {
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
You can’t perform that action at this time.
0 commit comments