Update version code to 2 for alpha test

parser-fixes
Bradlee Speice 2014-11-30 21:28:01 -05:00
parent d41e0d2f1b
commit 7f221ed863
2 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,8 @@ android {
applicationId 'org.bspeice.minimalbible'
minSdkVersion 8
targetSdkVersion 21
versionCode 1
versionName '1.0'
versionCode 2
versionName '0.5'
}
packagingOptions {
exclude 'META-INF/LICENSE.txt'

View File

@ -8,6 +8,7 @@
<application
android:name=".MinimalBible"
android:allowBackup="true"
android:debuggable="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
@ -23,5 +24,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>