Release 27
This commit is contained in:
parent
d21bd0e1dd
commit
256a11aa07
3 changed files with 2 additions and 4 deletions
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId "com.keylesspalace.tusky"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 26
|
||||
versionCode 26
|
||||
versionName "1.2.0"
|
||||
versionCode 27
|
||||
versionName "1.2.1"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary true
|
||||
}
|
||||
|
|
|
@ -167,7 +167,6 @@
|
|||
<string name="status_media_images">Afbeeldingen</string>
|
||||
<string name="status_media_video">Video</string>
|
||||
<string name="state_follow_requested">Volgverzoek verzonden</string>
|
||||
<string name="combine_s1_s2">%1$s %2$s</string>
|
||||
<string name="no_content">geen inhoud</string>
|
||||
<string name="action_save_one_toot">Toot opgeslagen!</string>
|
||||
|
||||
|
|
|
@ -201,7 +201,6 @@
|
|||
|
||||
<string name="state_follow_requested">Запрошенные подписки</string>
|
||||
|
||||
<string name="combine_s1_s2">%1$s %2$s</string>
|
||||
<string name="no_content">ничего нет</string>
|
||||
<string name="action_save_one_toot">Пост сохранён!</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue