Prep for CW2 release
This commit is contained in:
parent
2acc6787b2
commit
f58b6417e5
2 changed files with 3 additions and 3 deletions
|
@ -25,8 +25,8 @@ android {
|
||||||
namespace "com.keylesspalace.tusky"
|
namespace "com.keylesspalace.tusky"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 88
|
versionCode 89
|
||||||
versionName "21.0-CW1"
|
versionName "21.0-CW2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
|
|
@ -424,7 +424,7 @@
|
||||||
<string name="filter_expiration_format">%s (%s)</string>
|
<string name="filter_expiration_format">%s (%s)</string>
|
||||||
|
|
||||||
<string name="add_account_name">Add Account</string>
|
<string name="add_account_name">Add Account</string>
|
||||||
<string name="add_account_description">Add new Mastodon Account</string>
|
<string name="add_account_description">Add new Fediverse Account</string>
|
||||||
|
|
||||||
<string name="action_lists">Lists</string>
|
<string name="action_lists">Lists</string>
|
||||||
<string name="title_lists">Lists</string>
|
<string name="title_lists">Lists</string>
|
||||||
|
|
Loading…
Reference in a new issue