Skip to content

Commit a1afc4b

Browse files
committed
bump 3.4
1 parent ba807d9 commit a1afc4b

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.wstxda.gsl"
1212
minSdk 24
1313
targetSdk 34
14-
versionCode 310
15-
versionName "3.1"
14+
versionCode 320
15+
versionName "3.2"
1616

1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1818
}

app/src/main/AndroidManifest.xml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest xmlns:tools="http://schemas.android.com/tools"
3+
xmlns:android="http://schemas.android.com/apk/res/android">
34

45
<application
56
android:allowBackup="true"
@@ -13,8 +14,10 @@
1314
android:exported="true"
1415
android:finishOnTaskLaunch="true"
1516
android:icon="@mipmap/ic_launcher_weather"
17+
android:enableOnBackInvokedCallback="true"
1618
android:label="@string/weather"
17-
android:theme="@style/Theme.Transparent">
19+
android:theme="@style/Theme.Transparent"
20+
tools:targetApi="tiramisu">
1821
<intent-filter>
1922
<action android:name="android.intent.action.MAIN" />
2023
<category android:name="android.intent.category.LAUNCHER" />
@@ -25,9 +28,11 @@
2528
android:excludeFromRecents="true"
2629
android:exported="true"
2730
android:finishOnTaskLaunch="true"
31+
android:enableOnBackInvokedCallback="true"
2832
android:icon="@mipmap/ic_launcher_password"
2933
android:label="@string/password"
30-
android:theme="@style/Theme.Transparent">
34+
android:theme="@style/Theme.Transparent"
35+
tools:targetApi="tiramisu">
3136
<intent-filter>
3237
<action android:name="android.intent.action.MAIN" />
3338
<category android:name="android.intent.category.LAUNCHER" />
@@ -38,9 +43,11 @@
3843
android:excludeFromRecents="true"
3944
android:exported="true"
4045
android:finishOnTaskLaunch="true"
46+
android:enableOnBackInvokedCallback="true"
4147
android:icon="@mipmap/ic_launcher_game"
4248
android:label="@string/game"
43-
android:theme="@style/Theme.Transparent">
49+
android:theme="@style/Theme.Transparent"
50+
tools:targetApi="tiramisu">
4451
<intent-filter>
4552
<action android:name="android.intent.action.MAIN" />
4653
<category android:name="android.intent.category.LAUNCHER" />
@@ -51,10 +58,12 @@
5158
android:excludeFromRecents="true"
5259
android:exported="true"
5360
android:finishOnTaskLaunch="true"
61+
android:enableOnBackInvokedCallback="true"
5462
android:icon="@mipmap/ic_launcher_music"
5563
android:label="@string/music_search"
5664
android:noHistory="true"
57-
android:theme="@style/Theme.Transparent">
65+
android:theme="@style/Theme.Transparent"
66+
tools:targetApi="tiramisu">
5867
<intent-filter>
5968
<action android:name="android.intent.action.MAIN" />
6069
<action android:name="android.intent.action.ASSIST" />

0 commit comments

Comments
 (0)