Release 37
This commit is contained in:
parent
20033f844a
commit
3f71c5495f
2 changed files with 2 additions and 3 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "com.keylesspalace.tusky"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
versionCode 36
|
||||
versionName "1.6.1"
|
||||
versionCode 37
|
||||
versionName "1.7.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary true
|
||||
}
|
||||
|
|
|
@ -76,7 +76,6 @@
|
|||
<string name="action_view_profile">Profiel</string>
|
||||
<string name="action_view_preferences">Voorkeuren</string>
|
||||
<string name="action_view_favourites">Favorieten</string>
|
||||
<string name="action_view_muted">Gedempte gebruikers</string>
|
||||
<string name="action_view_blocks">Geblokkeerde gebruikers</string>
|
||||
<string name="action_view_follow_requests">Volgers verzoeken</string>
|
||||
<string name="action_view_media">Media</string>
|
||||
|
|
Loading…
Reference in a new issue