Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
[skip ci] update: dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKhew96 authored Aug 21, 2022
1 parent 9e05412 commit e36f5d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ android {
version = "3.22.1+"
}
}
buildToolsVersion = "33.0.0"
}

afterEvaluate {
Expand Down Expand Up @@ -147,7 +148,7 @@ afterEvaluate {

dependencies {
implementation("androidx.annotation:annotation:1.4.0")
implementation("com.github.kyuubiran:EzXHelper:1.0.0")
implementation("com.github.kyuubiran:EzXHelper:1.0.1")

compileOnly("de.robv.android.xposed:api:82")
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven("https://jitpack.io")
}
dependencies {
classpath("com.android.tools.build:gradle:7.2.1")
classpath("com.android.tools.build:gradle:7.2.2")
}
}

Expand Down
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sun Aug 21 14:51:55 MYT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit e36f5d0

Please sign in to comment.