Skip to content

Commit

Permalink
bump to lsplant 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janisslsm authored and rushiiMachine committed Apr 16, 2023
1 parent 7849e04 commit a7554a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

dependencies {
implementation("org.lsposed.lsplant:lsplant:4.0-aliucord.1")
implementation("org.lsposed.lsplant:lsplant:5.2-aliucord.1")
implementation("io.github.vvb2060.ndk:dobby:1.2")

androidTestImplementation("androidx.test.ext:junit:1.1.3")
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginManagement {
mavenCentral()
}
plugins {
id("com.android.application") version "7.2.2"
id("com.android.library") version "7.2.2"
id("com.android.application") version "7.3.1"
id("com.android.library") version "7.3.1"
}
}
dependencyResolutionManagement {
Expand Down

0 comments on commit a7554a5

Please sign in to comment.