Skip to content

Commit b47edb4

Browse files
committed
Target API 31
1 parent 658793d commit b47edb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdkVersion 30
7+
compileSdkVersion 31
88

99
defaultConfig {
1010
applicationId "com.bytehamster.flowitgame"
1111
minSdkVersion 14
12-
targetSdkVersion 30
12+
targetSdkVersion 31
1313
versionCode 303
1414
versionName "3.3"
1515
}

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
android:label="@string/app_name"
1414
android:screenOrientation="portrait"
1515
android:resizeableActivity="false"
16+
android:exported="true"
1617
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
1718
<intent-filter>
1819
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)