Skip to content

Commit

Permalink
v1.2.0 修复自动检查更新的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiaoyong committed Nov 3, 2019
1 parent 936c950 commit 4c13b0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ android {
applicationId "cf.android666.wanandroid"
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
versionCode Integer.parseInt(releaseTime())
// versionCode Integer.parseInt(releaseTime())
versionCode 6
versionName "1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface UpdateService{

companion object {

const val BASE_URL = "http://jixiaoyong.github.io/"
const val BASE_URL = "https://jixiaoyong.github.io/"
}


Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<Preference
android:key="author_url"
android:summary="http://jixiaoyong.github.io/"
android:summary="https://jixiaoyong.github.io/"
android:title="作者网站" />

<Preference
Expand Down

0 comments on commit 4c13b0f

Please sign in to comment.