diff options
author | RaindropsSys <contact@minteck.org> | 2023-05-20 22:49:01 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-05-20 22:49:01 +0200 |
commit | 0528f41b98439529f9122ad29803cd008581f188 (patch) | |
tree | 4323474c10fd7b113454f314be37c80639307bd9 /app/build.gradle.kts | |
parent | a249ac5c1de45cb188aec32010b6097c606e6aed (diff) | |
download | delta-android-0528f41b98439529f9122ad29803cd008581f188.tar.gz delta-android-0528f41b98439529f9122ad29803cd008581f188.tar.bz2 delta-android-0528f41b98439529f9122ad29803cd008581f188.zip |
Updated 6 files, added 10 files and deleted 10 files (automated)
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fe84909..f9b9081 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "dev.equestria.delta" minSdk = 27 targetSdk = 33 - versionCode = 6 - versionName = "1.13" + versionCode = 7 + versionName = "1.14" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resConfigs("en", "fr") |