Skip to content

Commit e084bfd

Browse files
committed
Update to v6.73
1 parent 15cb26f commit e084bfd

10 files changed

Lines changed: 60 additions & 218 deletions

File tree

AnLinux/.idea/caches/deviceStreaming.xml

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnLinux/app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
minSdkVersion 24
77
targetSdkVersion 37
88
compileSdk 37
9-
versionCode 672
10-
versionName "6.72 Stable"
9+
versionCode 673
10+
versionName "6.73 Stable"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
configurations.configureEach {
@@ -26,13 +26,12 @@ android {
2626
dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
2828
implementation 'androidx.work:work-runtime:2.11.2'
29-
implementation "androidx.core:core-splashscreen:1.2.0"
3029
implementation 'androidx.annotation:annotation:1.10.0'
3130
implementation 'androidx.appcompat:appcompat:1.7.1'
3231
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
3332
implementation("com.google.android.ump:user-messaging-platform:4.0.0")
3433
implementation 'com.google.android.material:material:1.14.0'
35-
implementation("com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk:1.0.1")
34+
implementation("com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk:1.1.1")
3635
testImplementation 'junit:junit:4.13.2'
3736
androidTestImplementation 'androidx.test:runner:1.7.0'
3837
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
-7.21 KB
Binary file not shown.
-361 Bytes
Binary file not shown.
-378 Bytes
Binary file not shown.

AnLinux/app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 672,
15-
"versionName": "6.72 Stable",
14+
"versionCode": 673,
15+
"versionName": "6.73 Stable",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

AnLinux/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
android:label="@string/app_name"
1717
android:roundIcon="@mipmap/ic_launcher_round"
1818
android:supportsRtl="true"
19-
android:theme="@style/AppTheme">
19+
android:theme="@style/AppTheme.NoActionBar">
2020
<meta-data
2121
android:name="com.google.android.gms.ads.APPLICATION_ID"
2222
android:value="ca-app-pub-5748356089815497~5704037803"/>
@@ -25,7 +25,7 @@
2525
android:exported="true"
2626
android:screenOrientation="portrait"
2727
android:label="@string/app_name"
28-
android:theme="@style/Theme.MyApp.Splash">
28+
android:theme="@style/AppTheme.NoActionBar">
2929
<intent-filter>
3030
<action android:name="android.intent.action.MAIN" />
3131

AnLinux/app/src/main/java/exa/lnx/a/AppOpenAdManager.java

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

0 commit comments

Comments
 (0)