We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658793d commit b47edb4Copy full SHA for b47edb4
app/build.gradle
@@ -4,12 +4,12 @@ plugins {
4
}
5
6
android {
7
- compileSdkVersion 30
+ compileSdkVersion 31
8
9
defaultConfig {
10
applicationId "com.bytehamster.flowitgame"
11
minSdkVersion 14
12
- targetSdkVersion 30
+ targetSdkVersion 31
13
versionCode 303
14
versionName "3.3"
15
app/src/main/AndroidManifest.xml
@@ -13,6 +13,7 @@
android:label="@string/app_name"
android:screenOrientation="portrait"
android:resizeableActivity="false"
16
+ android:exported="true"
17
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
18
<intent-filter>
19
<action android:name="android.intent.action.MAIN" />
0 commit comments