diff --git a/android/app/build.gradle b/android/app/build.gradle index 435fed5..da3a7aa 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -3,14 +3,15 @@ apply plugin: 'com.android.application' android { namespace 'info.varden.hauk' - compileSdkVersion 29 + compileSdkVersion 33 defaultConfig { applicationId "info.varden.hauk" minSdkVersion 23 - targetSdkVersion 29 + targetSdkVersion 33 versionCode 13 versionName "1.6.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + vectorDrawables.useSupportLibrary = true } buildTypes { release { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c200171..b6f219f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,6 +2,7 @@ + @@ -30,7 +31,8 @@ android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" - android:theme="@style/HomeTheme"> + android:theme="@style/HomeTheme" + android:exported="true">