File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/unity3d/services/ads Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " com.unity3d.ads.example"
8
8
minSdkVersion 19
9
9
targetSdkVersion 33
10
- versionCode = 4900
11
- versionName = " 4.9.0 "
10
+ versionCode = 4910
11
+ versionName = " 4.9.1 "
12
12
}
13
13
14
14
buildTypes {
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ if (project.rootProject.file('local.properties').exists()) {
13
13
ext {
14
14
GROUP_ID = " com.unity3d.ads"
15
15
ARTIFACT_ID = " unity-ads"
16
- VERSION_ID = " 4.9.0 "
17
- VERSION_CODE = 4900
16
+ VERSION_ID = " 4.9.1 "
17
+ VERSION_CODE = 4910
18
18
SIGN_AAR = properties. getProperty(" SIGN_AAR" ) ?: false
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public void getToken(final IUnityAdsTokenListener listener) {
202
202
}
203
203
204
204
Configuration config = configuration == null ? new ConfigurationReader ().getCurrentConfiguration () : configuration ;
205
- BiddingBaseManager manager = BiddingManagerFactory .getInstance ().createManager (null , config .getExperiments ());
205
+ BiddingBaseManager manager = BiddingManagerFactory .getInstance ().createManager (listener , config .getExperiments ());
206
206
manager .start ();
207
207
208
208
asyncTokenStorage .getToken (manager );
You can’t perform that action at this time.
0 commit comments