Skip to content

Commit

Permalink
upadting version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtavarez committed Apr 20, 2022
1 parent 5f1b3d1 commit 1b550ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="5" android:versionName="0.3.2" android:installLocation="internalOnly" package="com.grinplusplus.mobile">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="31" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6" android:versionName="0.3.3" android:installLocation="internalOnly" package="com.grinplusplus.mobile">
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="31" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY" />
Expand Down

0 comments on commit 1b550ca

Please sign in to comment.