Skip to content

Commit dd3408b

Browse files
committedFeb 10, 2022
Export RewritesLoaderActivity (needed because we now target API 32)
1 parent 7b90c48 commit dd3408b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId 'ee.ioc.phon.android.speak'
2828
minSdkVersion 21
2929
targetSdkVersion 32
30-
versionCode 1812
31-
versionName '1.8.12'
30+
versionCode 1813
31+
versionName '1.8.13'
3232
vectorDrawables.useSupportLibrary = true
3333
// Keep only en and et resources
3434
resConfigs 'en', 'et'

‎app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Also, failed to set the launchMode from the resource, INSTALL_PARSE_FAILED_UNEXP
314314
android:parentActivityName=".activity.Preferences" />
315315
<activity
316316
android:name=".activity.RewritesLoaderActivity"
317-
android:exported="false"
317+
android:exported="true"
318318
android:label="@string/labelActivityRewritesLoader"
319319
android:theme="@style/Theme.K6nele.Dialog.NoActionBar"
320320
android:windowSoftInputMode="stateUnchanged">

0 commit comments

Comments
 (0)
Failed to load comments.