chore: 🤖 fix android build and deploy

This commit is contained in:
Kajetan Kazimierczak 2023-01-18 22:36:36 +01:00
parent 52c491213c
commit f7493767b0
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:launchMode="singleTask"

View File

@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
compileSdkVersion = 31
targetSdkVersion = 31
ndkVersion = "21.4.7075529"
kotlinVersion = "1.6.0"
}