File tree Expand file tree Collapse file tree 31 files changed +97
-54
lines changed
sdk-plugin-huawei-referrer
sdk-plugin-samsung-clouddev
sdk-plugin-samsung-referrer
sdk-plugin-xiaomi-referrer
src/main/java/com/adjust/sdk Expand file tree Collapse file tree 31 files changed +97
-54
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ subprojects {
77ext {
88 // Android config.
99 coreMinSdkVersion = 21
10- coreCompileSdkVersion = 35
11- coreTargetSdkVersion = 35
12- coreVersionName = ' 5.4.0 '
10+ coreCompileSdkVersion = 36
11+ coreTargetSdkVersion = 36
12+ coreVersionName = ' 5.4.1 '
1313 defaultVersionCode = 1
1414 webbridgeMinSdkVersion = 21
1515 samsungReferrerMinSdkVersion = 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 @@ -27,7 +27,7 @@ dependencies {
2727 // Add SDK via module.
2828 compileOnly project(' :sdk-core' )
2929 // Add SDK via Maven.
30- // implementation 'com.adjust.sdk:adjust-android:5.4.0 '
30+ // implementation 'com.adjust.sdk:adjust-android:5.4.1 '
3131}
3232
3333// read local properties
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 // Add SDK via module.
3131 compileOnly project(' :sdk-core' )
3232 // Add SDK via Maven.
33- // implementation 'com.adjust.sdk:adjust-android:5.4.0 '
33+ // implementation 'com.adjust.sdk:adjust-android:5.4.1 '
3434}
3535
3636// read local properties
You can’t perform that action at this time.
0 commit comments