Skip to content

Commit 97924e9

Browse files
runnerrunner
authored andcommitted
Release 4.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 {

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ allprojects {
77

88
buildscript {
99
ext {
10-
kotlin_version = '1.4.32' // 1.5 deprecated Java6
11-
coroutines_version = '1.4.3' // 1.6.0 deprecated Java6
10+
kotlin_version = '1.8.10'
11+
coroutines_version = '1.6.4'
1212
dokka_version = '1.6.10'
1313
startup_runtime_version = '1.1.1'
1414
unity_identifiers_version = '1.0.0'
1515
lifecycle_version = '2.5.1'
16+
okhttp_version = '3.12.13' // 3.13+ requires Java8 / Android5+(21)
17+
androidx_webkit = '1.6.1'
18+
androidx_core = '1.9.0'
1619
}
1720

1821
repositories {
@@ -21,8 +24,7 @@ buildscript {
2124
}
2225

2326
dependencies {
24-
classpath 'com.android.tools.build:gradle:7.1.3'
25-
classpath 'org.jacoco:org.jacoco.core:0.8.5'
27+
classpath 'com.android.tools.build:gradle:7.4.2'
2628
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.20.0'
2729
classpath 'io.github.gradle-nexus:publish-plugin:1.1.0'
2830
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

fatAar.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ static def tasksDependentOnScar(String buildType) {
1414
"merge${buildType}JavaResource",
1515
"sync${buildType}LibJars",
1616
"extract${buildType}Annotations",
17+
"desugar${buildType}FileDependencies",
1718
"dokkaJavadoc"
1819
]
1920
}

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ android.useAndroidX=true
2020
android.disableAutomaticComponentCreation=true
2121

2222
signing.keyId=34500891
23-
signing.secretKeyRingFile=../gpg-private-key.gpg
23+
signing.secretKeyRingFile=../gpg-private-key.gpg
24+
25+
# https://kotlinlang.org/docs/whatsnew18.html#usage-of-the-latest-kotlin-stdlib-version-in-transitive-dependencies
26+
kotlin.stdlib.jdk.variants.version.alignment=false

gradle/wrapper/gradle-wrapper.jar

11.4 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Apr 08 20:52:07 EDT 2021
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip

0 commit comments

Comments
 (0)