Skip to content

Commit d7ed1c8

Browse files
committed
Release 3.5.1
1 parent 5725cac commit d7ed1c8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.unity3d.ads.example"
99
minSdkVersion 19
1010
targetSdkVersion 30
11-
versionCode = 3500
12-
versionName = "3.5.0"
11+
versionCode = 3510
12+
versionName = "3.5.1"
1313
}
1414

1515
flavorDimensions "arEnabled"

unity-ads/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ext {
1616
siteUrl = 'https://github.com/Unity-Technologies/unity-ads-android'
1717
gitUrl = 'https://github.com/Unity-Technologies/unity-ads-android.git'
1818

19-
libraryVersion = '3.5.0'
19+
libraryVersion = '3.5.1'
2020

2121
developerId = 'sbankhead'
2222
developerName = 'Steven Bankhead'
@@ -50,8 +50,8 @@ android {
5050
All SDK with version numbers with last two digits >= 50 will be treated
5151
as China SDK for filtering in the backend.
5252
*/
53-
versionCode = 3500
54-
versionName = "3.5.0"
53+
versionCode = 3510
54+
versionName = "3.5.1"
5555

5656
setProperty("archivesBaseName", "unity-ads")
5757

unity-ads/src/androidTest/java/com/unity3d/ads/test/legacy/InitializeThreadTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,10 @@ public void testInitializeStateCheckForUpdatedWebViewUpdatedConfig() throws Malf
608608
byte[] data = {1,2,3,4,5};
609609
String webViewHash = Utilities.Sha256(data);
610610
String webViewHashNew = Utilities.Sha256("123");
611-
String sdkVersion = "3.5.0";
611+
String sdkVersion = "99.99.99";
612612

613-
Configuration cacheConfig = new Configuration(getJSONObject(TEST_WEBVIEW_URL, webViewHash, SdkProperties.getVersionName()).put("sdkv", sdkVersion));
614-
Configuration updatedConfig = new Configuration(getJSONObject(TEST_WEBVIEW_URL, webViewHashNew, SdkProperties.getVersionName()).put("sdkv", sdkVersion));
613+
Configuration cacheConfig = new Configuration(getJSONObject(TEST_WEBVIEW_URL, webViewHash, SdkProperties.getVersionName()).put("sdkv", SdkProperties.getVersionName()));
614+
Configuration updatedConfig = new Configuration(getJSONObject(TEST_WEBVIEW_URL, webViewHashNew, sdkVersion).put("sdkv", sdkVersion));
615615

616616
InitializeThread.InitializeStateCheckForUpdatedWebView state = new InitializeThread.InitializeStateCheckForUpdatedWebView(updatedConfig, data, cacheConfig);
617617
Object nextState = state.execute();

0 commit comments

Comments
 (0)