Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZong committed Dec 12, 2024
1 parent d8cba21 commit 4dd388a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ data class ShizukuState(
val permissionGranted: Boolean = false,
val uid: Int = -1,
val version: Int = -1,
val selinuxContext: String = ""
val selinuxContext: String? = ""
) {
val looksGoodToMe: Boolean get() = connected && permissionGranted && runningMode == ShizukuRunningMode.ROOT
val runningMode: ShizukuRunningMode
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ core-ktx = "1.13.1"
junit = "4.13.2"
androidx-test-ext-junit = "1.2.1"
espresso-core = "3.6.1"
lifecycle-runtime-ktx = "2.8.3"
activity-compose = "1.9.0"
compose-bom = "2023.08.00"
material3 = "1.2.1"
material3-adaptive-navigation-suite = "1.3.0-beta05"
material3-window-size-clazz = "1.2.1"
runtime-livedata = "1.6.8"
lifecycle-runtime-ktx = "2.8.7"
activity-compose = "1.9.3"
compose-bom = "2024.11.00"
material3 = "1.3.1"
material3-adaptive-navigation-suite = "1.3.1"
material3-window-size-clazz = "1.3.1"
runtime-livedata = "1.7.5"
shizuku = "13.1.5"
appcompat = "1.7.0"
material = "1.12.0"
Expand Down

0 comments on commit 4dd388a

Please sign in to comment.