Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
prepare version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow578 committed Mar 29, 2021
1 parent 76a8221 commit 4632e93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Extensions-Lib
Submodule Extensions-Lib updated 0 files
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "0.1"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public final class Constants {
* base url for web adapter payloads
*/
@SuppressWarnings("FieldCanBeLocal")
public static final String PAYLOAD_BASE_URL = "https://raw.githubusercontent.com/Tenshiorg/Tenshi-Content/kohai/";
public static final String PAYLOAD_BASE_URL = "https://raw.githubusercontent.com/Tenshiorg/Tenshi-Content/senpai/";

/**
* url to load web definitions from
Expand Down

0 comments on commit 4632e93

Please sign in to comment.