Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 11, 2022
1 parent 064aec9 commit 5054534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.unity3d.ads.example"
minSdkVersion 19
targetSdkVersion 30
versionCode = 4200
versionName = "4.2.0"
versionCode = 4210
versionName = "4.2.1"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions unity-ads/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
SIGN_AAR = properties.getProperty("SIGN_AAR") ?: false
}

Expand Down

0 comments on commit 5054534

Please sign in to comment.