diff options
author | xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> | 2022-05-05 11:46:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 11:46:39 +0200 |
commit | 326cc1b7467cc878f2e8d6fc7a91187e56940f05 (patch) | |
tree | b45189695fae11bceab409d3e511dad0356da883 | |
parent | Update strings.xml (diff) | |
download | xManager-326cc1b7467cc878f2e8d6fc7a91187e56940f05.tar xManager-326cc1b7467cc878f2e8d6fc7a91187e56940f05.tar.gz xManager-326cc1b7467cc878f2e8d6fc7a91187e56940f05.tar.bz2 xManager-326cc1b7467cc878f2e8d6fc7a91187e56940f05.tar.lz xManager-326cc1b7467cc878f2e8d6fc7a91187e56940f05.tar.xz xManager-326cc1b7467cc878f2e8d6fc7a91187e56940f05.tar.zst xManager-326cc1b7467cc878f2e8d6fc7a91187e56940f05.zip |
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index eab9eb6..01167fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 21
targetSdkVersion 31
versionCode 3
- versionName "3.4"
+ versionName "3.5"
}
buildTypes {
|