diff options
author | xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> | 2024-09-09 05:27:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 05:27:38 +0200 |
commit | b2311987487a2d873049f6b7fb9ad4c77ef7b4d0 (patch) | |
tree | 813b2cafeaa6c391012f3b2867105c30548bb788 /app | |
parent | Update build.gradle (diff) | |
download | xManager-b2311987487a2d873049f6b7fb9ad4c77ef7b4d0.tar xManager-b2311987487a2d873049f6b7fb9ad4c77ef7b4d0.tar.gz xManager-b2311987487a2d873049f6b7fb9ad4c77ef7b4d0.tar.bz2 xManager-b2311987487a2d873049f6b7fb9ad4c77ef7b4d0.tar.lz xManager-b2311987487a2d873049f6b7fb9ad4c77ef7b4d0.tar.xz xManager-b2311987487a2d873049f6b7fb9ad4c77ef7b4d0.tar.zst xManager-b2311987487a2d873049f6b7fb9ad4c77ef7b4d0.zip |
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 571ee76..50ce4f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.xc3fff0e.xmanager"
minSdkVersion 21
targetSdkVersion 28
- versionCode 210209
- versionName "5.6"
+ versionCode 230224
+ versionName "5.7"
}
buildTypes {
|