Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro committed Sep 28, 2024
1 parent 868ed3e commit 3a08a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ android {
//noinspection OldTargetApi
targetSdk 33
versionCode 13
versionName "1.9.2"
versionName "14.16.0"
multiDexEnabled false
proguardFiles += 'proguard-rules.pro'
buildConfigField 'String', 'HOOK_TARGET_VERSION', '"140910392"'
buildConfigField 'String', 'HOOK_TARGET_VERSION', '"14.16.0"'
}

signingConfigs {
Expand Down

0 comments on commit 3a08a2b

Please sign in to comment.