Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
bump version and change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed May 6, 2022
1 parent 8d443b2 commit bde2e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mastodon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android.sk"
minSdk 23
targetSdk 31
versionCode 7
versionName '1.1.1-dev+fork.7'
versionCode 8
versionName '1.1.1-dev+fork.8'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion mastodon/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Mastodon</string>
<string name="app_name">Mastođon</string>

<string name="get_started">Get started</string>
<string name="log_in">Log in</string>
Expand Down

0 comments on commit bde2e39

Please sign in to comment.