Skip to content

Commit

Permalink
Raise min Android version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Iktwo committed Mar 1, 2019
1 parent e937bd5 commit 039c3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
23 changes: 2 additions & 21 deletions src/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,35 +67,16 @@
<meta-data
android:name="android.app.static_init_classes"
android:value="-- %%INSERT_INIT_CLASSES%% --" />
<!-- Messages maps -->
<meta-data
android:name="android.app.ministro_not_found_msg"
android:value="@string/ministro_not_found_msg" />
<meta-data
android:name="android.app.ministro_needed_msg"
android:value="@string/ministro_needed_msg" />
<meta-data
android:name="android.app.fatal_error_msg"
android:value="@string/fatal_error_msg" />
<!-- Messages maps -->

<!-- Splash screen -->
<!--
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/logo"/>
-->
<!-- Splash screen -->
</activity>

</application>

<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="23" />

<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true" />


<uses-sdk android:minSdkVersion="21" />
</manifest>
8 changes: 0 additions & 8 deletions src/android/res/values-v19/styles.xml

This file was deleted.

0 comments on commit 039c3c3

Please sign in to comment.