main
Conny Duck 6 years ago
parent 1dc901e972
commit 9ae7c385ca
  1. 4
      app/build.gradle
  2. 1
      app/src/main/res/values-nl/strings.xml

@ -10,8 +10,8 @@ android {
applicationId "com.keylesspalace.tusky" applicationId "com.keylesspalace.tusky"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 27 targetSdkVersion 27
versionCode 36 versionCode 37
versionName "1.6.1" versionName "1.7.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true vectorDrawables.useSupportLibrary true
} }

@ -76,7 +76,6 @@
<string name="action_view_profile">Profiel</string> <string name="action_view_profile">Profiel</string>
<string name="action_view_preferences">Voorkeuren</string> <string name="action_view_preferences">Voorkeuren</string>
<string name="action_view_favourites">Favorieten</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_blocks">Geblokkeerde gebruikers</string>
<string name="action_view_follow_requests">Volgers verzoeken</string> <string name="action_view_follow_requests">Volgers verzoeken</string>
<string name="action_view_media">Media</string> <string name="action_view_media">Media</string>

Loading…
Cancel
Save