Skip to content

Commit

Permalink
modified manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdesol committed Jul 17, 2021
1 parent f25320b commit 8a36fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YoChat/YoChat.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.abdesol.yochat" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="2" android:versionName="1.1" package="com.abdesol.yochat" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="YoChat" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize" android:icon="@mipmap/logo"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit 8a36fb4

Please sign in to comment.