Add new play store hoops to jump through

This commit is contained in:
Wilco Baan Hofman 2023-08-04 21:45:28 +02:00
parent b34c9e9674
commit b42a127f47
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "nl.eventinfra.wifisetup"
minSdkVersion 18
targetSdkVersion 30
targetSdkVersion 31
}
buildTypes {

View file

@ -12,6 +12,7 @@
<application android:allowBackup="false" android:label="@string/app_name" android:icon="@drawable/icon">
<activity android:name="nl.eventinfra.wifisetup.WifiSetup"
android:label="@string/app_name"
android:exported="true"
android:theme="@android:style/Theme.Holo.Light">
<intent-filter>
<action android:name="android.intent.action.MAIN" />