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

Commit

Permalink
Fix BTSO
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanChengN committed Oct 29, 2019
1 parent f070be8 commit 7c88587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "io.github.javiewer"
minSdkVersion 16
targetSdkVersion 29
versionCode 13
versionName "2.0.0-fuck"
versionCode 14
versionName "2.0.0-fuck-1029"

}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/io/github/javiewer/network/BTSO.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
public interface BTSO {

String BASE_URL = "https://btspread.com";
String BASE_URL = "https://btos.pw";
BTSO INSTANCE = new Retrofit.Builder()
.baseUrl(BTSO.BASE_URL)
.client(JAViewer.HTTP_CLIENT)
Expand Down

0 comments on commit 7c88587

Please sign in to comment.