Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
HdShare committed Jun 17, 2024
1 parent 7615e26 commit 5dd72c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "me.hd.hookgg"
minSdk 26
targetSdk 34
versionCode 20240326
versionName "1.6.001"
versionCode 20240617
versionName "1.7.000"
buildConfigField 'String', 'TAG', '"HookGG"'
}

Expand All @@ -40,11 +40,11 @@ android {
}

dependencies {
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'
//implementation 'org.luaj:luaj-jse:3.0.1'
implementation 'org.luckypray:dexkit:2.0.0'
implementation 'org.luckypray:dexkit:2.0.1'
compileOnly 'de.robv.android.xposed:api:82'
implementation 'com.highcapable.yukihookapi:api:1.2.0'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.2.0'
Expand Down

0 comments on commit 5dd72c7

Please sign in to comment.