gradle bugfix
This commit is contained in:
parent
ab600a0bb7
commit
fe84f9f937
@ -21,6 +21,9 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
checkReleaseBuilds false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user