We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fcbf6 commit 90b2b5fCopy full SHA for 90b2b5f
app/build.gradle
@@ -8,7 +8,7 @@ android {
8
defaultConfig {
9
applicationId "org.grapheneos.pdfviewer"
10
minSdkVersion 26
11
- targetSdkVersion 30
+ targetSdkVersion 31
12
versionCode 6
13
versionName versionCode.toString()
14
resConfigs "en"
app/src/main/AndroidManifest.xml
@@ -8,7 +8,8 @@
android:theme="@style/AppTheme"
android:allowBackup="true">
<activity android:name=".PdfViewer"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
15
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments