Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirfatif committed Oct 17, 2024
1 parent 7468658 commit a75fdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "org.lsposed.lsparanoid"
version = "0.6.0"
version = "0.6.1"

plugins.withType(JavaPlugin::class.java) {
extensions.configure(JavaPluginExtension::class.java) {
Expand Down
2 changes: 1 addition & 1 deletion samples/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.android.application") version "7.4.2" apply false
id("com.android.library") version "7.4.2" apply false
id("org.lsposed.lsparanoid") version "0.6.0" apply false
id("org.lsposed.lsparanoid") version "0.6.1" apply false
}

0 comments on commit a75fdda

Please sign in to comment.