Skip to content

Commit cc7d1e1

Browse files
authored
Merge pull request #581 from adjust/v4351
Version 4.35.1
2 parents edfe327 + d5df183 commit cc7d1e1

File tree

57 files changed

+428
-509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+428
-509
lines changed

Adjust/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
coreMinSdkVersion = 9
1010
coreCompileSdkVersion = 33
1111
coreTargetSdkVersion = 33
12-
coreVersionName = '4.35.0'
12+
coreVersionName = '4.35.1'
1313
defaultVersionCode = 1
1414
webbridgeMinSdkVersion = 17
1515
samsungReferrerMinSdkVersion = 18
@@ -27,7 +27,7 @@ buildscript {
2727
google()
2828
}
2929
dependencies {
30-
classpath 'com.android.tools.build:gradle:7.3.1'
30+
classpath 'com.android.tools.build:gradle:8.1.1'
3131

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

Adjust/example-app-fbpixel/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ android {
2222
sourceCompatibility 1.8
2323
targetCompatibility 1.8
2424
}
25+
namespace 'com.adjust.examples'
2526
}
2627

2728
dependencies {

Adjust/example-app-fbpixel/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.adjust.examples">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43

54
<uses-permission android:name="android.permission.INTERNET" />
65
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

Adjust/example-app-java/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ android {
2626
sourceCompatibility 1.8
2727
targetCompatibility 1.8
2828
}
29+
namespace 'com.adjust.examples'
2930
}
3031

3132
dependencies {

Adjust/example-app-java/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.adjust.examples">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools">
34
<uses-permission android:name="android.permission.INTERNET" />
45
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
56
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

Adjust/example-app-keyboard/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ android {
2626
sourceCompatibility 1.8
2727
targetCompatibility 1.8
2828
}
29+
namespace 'com.adjust.examples.keyboard'
2930
}
3031

3132
dependencies {

Adjust/example-app-keyboard/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.adjust.examples.keyboard">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
33
<uses-permission android:name="android.permission.INTERNET" />
44
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
55
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

Adjust/example-app-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
3-
apply plugin: 'kotlin-android-extensions'
43
android {
54
compileSdkVersion 33
65

@@ -26,6 +25,7 @@ android {
2625
sourceCompatibility 1.8
2726
targetCompatibility 1.8
2827
}
28+
namespace 'com.adjust.examples'
2929
}
3030

3131
dependencies {

Adjust/example-app-kotlin/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.adjust.examples">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43

54
<uses-permission android:name="android.permission.INTERNET" />
65
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

Adjust/example-app-tv/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ android {
2626
sourceCompatibility 1.8
2727
targetCompatibility 1.8
2828
}
29+
namespace 'com.adjust.examples'
2930
}
3031

3132
dependencies {

0 commit comments

Comments
 (0)