Skip to content

Commit

Permalink
fix: update version name/code and maxSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinasokan committed Jul 14, 2022
1 parent 3c9f22e commit 474fd6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions template/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{pkgname}}">
package="{{pkgname}}"
android:versionCode="1"
android:versionName="0.1">

<uses-sdk android:minSdkVersion="21"
android:targetSdkVersion="27"
android:maxSdkVersion="27" />
android:maxSdkVersion="31" />

<application android:label="{{appname}}">

Expand Down

0 comments on commit 474fd6a

Please sign in to comment.