Skip to content

Commit 97924e9

Browse files
runnerrunner
authored andcommittedMay 2, 2023
Release 4.7.0
·
4.15.04.7.0
1 parent ce3cb3a commit 97924e9

File tree

257 files changed

+6790
-3949
lines changed

Some content is hidden

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

257 files changed

+6790
-3949
lines changed
 

‎LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unity Advertisements copyright © 2022 Unity Technologies.
1+
Unity Advertisements copyright © 2023 Unity Technologies.
22
This software is subject to, and made available under, the terms of service for Operate Solutions (see https://unity3d.com/legal/one-operate-services-terms-of-service), and is an "Operate Service" as defined therein.
33

44
Your use of the Services constitutes your acceptance of such terms. Unless expressly provided otherwise, the software under this license is made available strictly on an "AS IS" BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the terms of service for details on these and other terms and conditions.

‎app/build.gradle

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

33
android {
4-
compileSdkVersion 32
4+
compileSdkVersion 33
55

66
defaultConfig {
77
applicationId "com.unity3d.ads.example"
88
minSdkVersion 19
9-
targetSdkVersion 32
10-
versionCode = 4610
11-
versionName = "4.6.1"
9+
targetSdkVersion 33
10+
versionCode = 4700
11+
versionName = "4.7.0"
1212
}
1313

1414
buildTypes {

0 commit comments

Comments
 (0)
Please sign in to comment.