Skip to content

Commit

Permalink
🔖 Releases 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanren1225 committed Mar 5, 2022
1 parent bd137a2 commit 9565689
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -12,8 +12,8 @@ android {
applicationId "ren.imyan.app_tracker"
minSdk 21
targetSdk 31
versionCode 1
versionName "0.0.1"
versionCode 2
versionName "0.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/java/ren/imyan/app_tracker/net/NetModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ val netModule = module {
single {
Retrofit.Builder()
.client(get())
.baseUrl("https://test.k2t3k.tk/api/")
.baseUrl("https://bot.k2t3k.tk/api/")
// .baseUrl("https://test.k2t3k.tk/api/")
.addConverterFactory(MoshiConverterFactory.create())
.build()
}
Expand Down

0 comments on commit 9565689

Please sign in to comment.