Skip to content

Commit

Permalink
Bump to 2.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaobozhen committed Apr 10, 2022
1 parent 76c4a7c commit c6ecc20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ abstract class BaseListControllerFragment<T : ViewBinding> : BaseFragment<T>(),
if (visible) {
if (this != homeViewModel.controller) {
homeViewModel.controller = this
activity?.invalidateOptionsMenu()
}
activity?.invalidateOptionsMenu()
}
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Projects.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.gradle.api.plugins.ExtensionAware
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions
import java.nio.charset.Charset

const val baseVersionName = "2.2.2"
const val baseVersionName = "2.2.3"
val verName: String by lazy { "${baseVersionName}.${"git rev-parse --short HEAD".exec()}" }
val verCode: Int by lazy { "git rev-list --count HEAD".exec().toInt() }

Expand Down

0 comments on commit c6ecc20

Please sign in to comment.