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' applicationId 'org.bspeice.minimalbible'
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 21 targetSdkVersion 21
versionCode 2 versionCode 3
versionName '0.5' versionName '0.5'
} }
packagingOptions { packagingOptions {

View File

@ -8,6 +8,7 @@
<application <application
android:name=".MinimalBible" android:name=".MinimalBible"
android:allowBackup="true" android:allowBackup="true"
android:debuggable="false"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">