Skip to content

Commit

Permalink
🔨 Modified the Android manifest -> Update 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNicolasTheDev committed Feb 11, 2024
1 parent bed87bb commit cb61633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Platforms/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.imnicolasthedev.odin" android:versionCode="1" android:versionName="1.0.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.imnicolasthedev.odin" android:versionCode="2" android:versionName="2.0.0">
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:supportsRtl="true" android:label="Odin"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-sdk android:minSdkVersion="21" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
</manifest>

0 comments on commit cb61633

Please sign in to comment.