We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064aec9 commit 5054534Copy full SHA for 5054534
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.unity3d.ads.example"
8
minSdkVersion 19
9
targetSdkVersion 30
10
- versionCode = 4200
11
- versionName = "4.2.0"
+ versionCode = 4210
+ versionName = "4.2.1"
12
}
13
14
buildTypes {
unity-ads/build.gradle
@@ -10,8 +10,8 @@ if (project.rootProject.file('local.properties').exists()) {
ext {
GROUP_ID = "com.unity3d.ads"
ARTIFACT_ID = "unity-ads"
- VERSION_ID = "4.2.0"
- VERSION_CODE = 4200
+ VERSION_ID = "4.2.1"
+ VERSION_CODE = 4210
15
SIGN_AAR = properties.getProperty("SIGN_AAR") ?: false
16
17
0 commit comments