Skip to content

Commit

Permalink
change client name, versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed May 6, 2022
1 parent 69c4bf4 commit 7996e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 5
versionName '1.1.1-dev+fork.1'
versionCode 6
versionName '1.1.1-dev+fork.6'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ public CreateOAuthApp(){
}

private static class Request{
public String clientName="Mastodon for Android";
public String clientName="Mastodon for Android (Fork)";
public String redirectUris=AccountSessionManager.REDIRECT_URI;
public String scopes=AccountSessionManager.SCOPE;
public String website="https://app.joinmastodon.org/android";
public String website="https://github.com/sk22/mastodon-android-fork";
}
}

0 comments on commit 7996e4e

Please sign in to comment.