Skip to content

Commit

Permalink
[skip ci] Bump new ver
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Sep 14, 2020
1 parent 7a51eb3 commit 000e18e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "me.iacn.biliroaming"
minSdkVersion 21
targetSdkVersion 29 // Target Android Q
versionCode 33
versionCode 34
versionName appVerName
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/me/iacn/biliroaming/SettingDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SettingDialog(context: Context) : AlertDialog.Builder(context) {
findPreference("custom_splash").onPreferenceChangeListener = this
findPreference("custom_splash_logo").onPreferenceChangeListener = this
findPreference("custom_cdn").onPreferenceChangeListener = this
findPreference("save_log").summary = moduleRes.getString(R.string.save_log_summary).format(XposedInit.logFile?.absolutePath)
findPreference("save_log").summary = moduleRes.getString(R.string.save_log_summary).format(XposedInit.logFile.absolutePath)
checkCompatibleVersion()
CheckVersionTask(this).execute(URL(moduleRes.getString(R.string.version_url)))
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
appVerName=1.3.3.2
appVerName=1.3.4

0 comments on commit 000e18e

Please sign in to comment.