Build code 3 for font settings

This commit is contained in:
Bradlee Speice 2014-12-01 15:57:55 -05:00
parent f9a831eb5d
commit 701726aeb1
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ android {
applicationId 'org.bspeice.minimalbible'
minSdkVersion 8
targetSdkVersion 21
versionCode 2
versionCode 3
versionName '0.5'
}
packagingOptions {

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">