Skip to content
This repository was archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
Bump to 0.4.2.
Browse files Browse the repository at this point in the history
zhaobozhen committed Mar 18, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 79ddebc commit d5967af
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ android {
applicationId "com.absinthe.kage"
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode 401
versionName "0.4.1"
versionCode 402
versionName "0.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":401,"versionName":"0.4.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":402,"versionName":"0.4.2","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"app-release.apk","properties":{}}]
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ class ServiceRunningItemViewBinder : ItemViewBinder<ServiceRunningItem, ServiceR

holder.itemView.setOnClickListener {
TCPService.stop(holder.itemView.context)

val activity = ActivityStackManager.topActivity
if (activity is MainActivity) {
activity.viewModel.isServiceRunning.value = false

0 comments on commit d5967af

Please sign in to comment.