mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Build code 3 for font settings
This commit is contained in:
parent
f9a831eb5d
commit
701726aeb1
@ -14,7 +14,7 @@ android {
|
||||
applicationId 'org.bspeice.minimalbible'
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 21
|
||||
versionCode 2
|
||||
versionCode 3
|
||||
versionName '0.5'
|
||||
}
|
||||
packagingOptions {
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user