File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
src/main/java/com/unity3d/ads Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.unity3d.ads.example"
9
9
minSdkVersion 19
10
10
targetSdkVersion 30
11
- versionCode = 3700
12
- versionName = " 3.7.0 "
11
+ versionCode = 3710
12
+ versionName = " 3.7.1 "
13
13
}
14
14
15
15
flavorDimensions " arEnabled"
Original file line number Diff line number Diff line change 17
17
siteUrl = ' https://github.com/Unity-Technologies/unity-ads-android'
18
18
gitUrl = ' https://github.com/Unity-Technologies/unity-ads-android.git'
19
19
20
- libraryVersion = ' 3.7.0 '
20
+ libraryVersion = ' 3.7.1 '
21
21
22
22
developerId = ' sbankhead'
23
23
developerName = ' Steven Bankhead'
@@ -51,8 +51,8 @@ android {
51
51
All SDK with version numbers with last two digits >= 50 will be treated
52
52
as China SDK for filtering in the backend.
53
53
*/
54
- versionCode = 3700
55
- versionName = " 3.7.0 "
54
+ versionCode = 3710
55
+ versionName = " 3.7.1 "
56
56
57
57
setProperty(" archivesBaseName" , " unity-ads" )
58
58
Original file line number Diff line number Diff line change @@ -458,7 +458,9 @@ public static String getVersion() {
458
458
* Check if default placement is ready to show ads
459
459
*
460
460
* @return If true, default placement is ready to show ads
461
+ * @deprecated Please migrate to using load call with {@link IUnityAdsLoadListener}.
461
462
*/
463
+ @ Deprecated
462
464
public static boolean isReady () {
463
465
return UnityAdsImplementation .isReady ();
464
466
}
@@ -468,7 +470,9 @@ public static boolean isReady() {
468
470
*
469
471
* @param placementId Placement, as defined in Unity Ads admin tools
470
472
* @return If true, placement is ready to show ads
473
+ * @deprecated Please migrate to using load call with {@link IUnityAdsLoadListener}.
471
474
*/
475
+ @ Deprecated
472
476
public static boolean isReady (String placementId ) {
473
477
return UnityAdsImplementation .isReady (placementId );
474
478
}
You can’t perform that action at this time.
0 commit comments