Add new play store hoops to jump through
This commit is contained in:
parent
b34c9e9674
commit
b42a127f47
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "nl.eventinfra.wifisetup"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 30
|
||||
targetSdkVersion 31
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue