Skip to content

Commit

Permalink
更改更新地址 以便提示更新到Scene4
Browse files Browse the repository at this point in the history
  • Loading branch information
helloklf committed Feb 27, 2021
1 parent 5fbc2ac commit 0dbe767
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 @@ -18,7 +18,7 @@ android {
applicationId "com.omarea.vtools"
minSdkVersion 21
targetSdkVersion 30
versionCode 11297
versionCode 11298
versionName "3.4.23"
externalNativeBuild {
cmake {
Expand Down Expand Up @@ -65,7 +65,7 @@ android {
version "3.10.2"
}
}
ndkVersion '21.1.6352462'
ndkVersion '22.0.7026061'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/omarea/utils/Update.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Update {
Thread(Runnable {
//http://47.106.224.127/
try {
val url = URL("https://vtools.oss-cn-beijing.aliyuncs.com/vi/Scene3.json")
val url = URL("https://vtools.oss-cn-beijing.aliyuncs.com/vi/Scene4.json")
val connection = url.openConnection()
// 设置连接方式:get
// connection.setRequestMethod("GET");
Expand Down

0 comments on commit 0dbe767

Please sign in to comment.