Skip to content

Commit

Permalink
2.0.3正式提交
Browse files Browse the repository at this point in the history
紧急修复个人主页的闪退BUG
修复安卓13无法导入B站缓存的问题(需要重新去设置授权开启)
  • Loading branch information
1250422131 committed May 13, 2023
1 parent 24a69cb commit d99f200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ android {
defaultConfig {
applicationId "com.imcys.bilibilias"
minSdk 21
//noinspection ExpiredTargetSdkVersion
//noinspecton ExpiredTargetSdkVersion
targetSdk 29
versionCode 202
versionName "2.0.2"
versionCode 203
versionName "2.0.3"
//multiDexEnabled true


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object BiliBiliAsApi {

const val serviceTestApi: String = "http://106.47.27.177:2233/api/v1/"
private const val serviceApi: String = "https://api.misakamoe.com/"
const val version = 3.3
const val version = 3.4
const val updateDataPath: String = serviceApi + "app/bilibilias.php"
const val appFunction = serviceApi + "app/AppFunction.php"
const val appAddAsVideoData = serviceApi + "bilibili/AppVideoAsAdd.php"
Expand Down

0 comments on commit d99f200

Please sign in to comment.