Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuubiRan committed Mar 12, 2022
1 parent 661617e commit d2d3e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId = "me.kyuubiran.qqcleaner"
minSdk = 26
targetSdk = 32
versionCode = 69
versionCode = 70
versionName = "2.0.0"
vectorDrawables {
useSupportLibrary = true
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {

// implementation(files("./libs/EzXHelper-release.aar"))

implementation("com.github.kyuubiran:EzXHelper:0.7.1")
implementation("com.github.kyuubiran:EzXHelper:0.7.5")
compileOnly("de.robv.android.xposed:api:82")

implementation("androidx.compose.ui:ui:$composeVersion")
Expand Down

0 comments on commit d2d3e2a

Please sign in to comment.