Skip to content

Commit fb9148a

Browse files
committed
Release 3.4.0
1 parent 1123097 commit fb9148a

File tree

23 files changed

+436
-924
lines changed

23 files changed

+436
-924
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 14
1010
targetSdkVersion 26
11-
versionCode = 3300
12-
versionName = "3.3.0"
11+
versionCode = 3400
12+
versionName = "3.4.0"
1313
}
1414

1515
flavorDimensions "arEnabled"

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@
2929
<intent-filter>
3030
<action android:name="android.intent.action.MAIN" />
3131

32-
<category android:name="android.intent.category.LAUNCHER" />
33-
</intent-filter>
34-
</activity>
35-
<activity
36-
android:name=".UnityMonetizationExample"
37-
android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
38-
android:label="UnityMonetization 3.0">
39-
<intent-filter>
40-
<action android:name="android.intent.action.MAIN" />
41-
4232
<category android:name="android.intent.category.LAUNCHER" />
4333
</intent-filter>
4434
</activity>

app/src/main/java/com/unity3d/ads/example/UnityAdsExample.java

Lines changed: 0 additions & 261 deletions
This file was deleted.

0 commit comments

Comments
 (0)