Browse Source

fix error

lyq.me@qq.com 1 year ago
parent
commit
b9d62761ce
2 changed files with 3 additions and 2 deletions
  1. 1 1
      app/build.gradle
  2. 2 1
      app/src/main/AndroidManifest.xml

+ 1 - 1
app/build.gradle

@@ -9,7 +9,7 @@ android {
     compileSdkVersion 33
     defaultConfig {
         applicationId "me.yoqi.calculator"
-        minSdkVersion 16
+        minSdkVersion 21
         targetSdkVersion 33
         versionCode gitVersion
         versionName version

+ 2 - 1
app/src/main/AndroidManifest.xml

@@ -8,7 +8,8 @@
         android:label="@string/app_name"
         android:supportsRtl="true"
         android:theme="@style/AppTheme">
-        <activity android:name=".ProgrammerCalcActivity">
+        <activity android:name=".ProgrammerCalcActivity"
+        android:exported="true">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />