Skip to content

Commit 6ea5d50

Browse files
committed
Update build version
1 parent 15b53fa commit 6ea5d50

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

app/app.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ android {
1717
namespace 'com.shifthackz.aisdv1.app'
1818
defaultConfig {
1919
applicationId "com.shifthackz.aisdv1.app"
20+
versionCode 151
21+
versionName "0.4.4"
2022

2123
buildConfigField "String", "CLOUD_AI_URL", "\"https://sdai.moroz.cc\""
2224
buildConfigField "String", "HORDE_AI_URL", "\"https://stablehorde.net\""

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
buildscript {
22
ext {
3-
appVersion = "0.4.3"
4-
appCode = 150
53
minSdk = 26
64
targetSdk = 33
75
}

gradle/common.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ android {
77
defaultConfig {
88
minSdk rootProject.ext.minSdk
99
targetSdk rootProject.ext.targetSdk
10-
versionCode rootProject.ext.appCode
11-
versionName rootProject.ext.appVersion
1210

1311
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1412
}

0 commit comments

Comments
 (0)