Skip to content

Commit 5054534

Browse files
runnerrunner
authored andcommitted
Release 4.2.1
1 parent 064aec9 commit 5054534

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.unity3d.ads.example"
88
minSdkVersion 19
99
targetSdkVersion 30
10-
versionCode = 4200
11-
versionName = "4.2.0"
10+
versionCode = 4210
11+
versionName = "4.2.1"
1212
}
1313

1414
buildTypes {

unity-ads/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ if (project.rootProject.file('local.properties').exists()) {
1010
ext {
1111
GROUP_ID = "com.unity3d.ads"
1212
ARTIFACT_ID = "unity-ads"
13-
VERSION_ID = "4.2.0"
14-
VERSION_CODE = 4200
13+
VERSION_ID = "4.2.1"
14+
VERSION_CODE = 4210
1515
SIGN_AAR = properties.getProperty("SIGN_AAR") ?: false
1616
}
1717

0 commit comments

Comments
 (0)