From cb7711e33b5a38afeb319c0a45110a0b1cb10610 Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 22 Jul 2022 15:56:28 +0200 Subject: [PATCH] Fixes issue with unappearing screen --- app/build.gradle | 6 +++--- app/src/main/AndroidManifest.xml | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 13d23b8f..6c30948d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,7 +15,7 @@ repositories { android { - compileSdkVersion 30 + compileSdkVersion 32 buildToolsVersion "30.0.2" compileOptions { @@ -34,7 +34,7 @@ android { defaultConfig { applicationId "net.pokeranalytics.android" minSdkVersion 23 - targetSdkVersion 30 + targetSdkVersion 32 versionCode 134 versionName "5.4.10" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -108,7 +108,7 @@ dependencies { implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.work:work-runtime-ktx:2.4.0' + implementation 'androidx.work:work-runtime-ktx:2.7.1' implementation 'com.google.android.play:core-ktx:1.8.1' // In-app Reviews // Places diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4b5b215d..5776f99f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -29,7 +29,8 @@ android:name="net.pokeranalytics.android.ui.activity.HomeActivity" android:label="@string/app_name" android:launchMode="singleTop" - android:screenOrientation="portrait"> + android:screenOrientation="portrait" + android:exported="true"> @@ -42,7 +43,8 @@ + android:screenOrientation="portrait" + android:exported="true"> @@ -131,7 +133,7 @@