gradle bugfix

This commit is contained in:
NudeDude 2018-08-02 13:28:22 +02:00
parent ab600a0bb7
commit fe84f9f937
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
checkReleaseBuilds false
}
}
dependencies {

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Shitter</string>
<string name="profile_image">profile image</string>
@ -23,7 +24,7 @@
<string name="block">Block</string>
<string name="follow">follow</string>
<string name="retry">retry</string>
<string name="cancel">cancel</string>
<string name="cancel">cancel!</string>
<string name="errorstack_button">error messages</string>
<string name="color_settings">Color Settings</string>
<string name="followback">follows you</string>