1.01 bump
This commit is contained in:
parent
9d56e86876
commit
4eac1bc371
@ -2,7 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="in.celest.xash3d.cs16client"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
android:versionName="1.01">
|
||||
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="23"/>
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="false"
|
||||
@ -11,7 +11,7 @@
|
||||
android:value="@integer/google_play_services_version" />
|
||||
<activity android:name=".LauncherActivity"
|
||||
android:label="@string/app_name"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
android:windowSoftInputMode="stateHidden">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user