Skip to content

Commit fe43cbd

Browse files
committed
Update build version
1 parent 6ea5d50 commit fe43cbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/app.gradle

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

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

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:tools="http://schemas.android.com/tools"
3-
xmlns:android="http://schemas.android.com/apk/res/android">
3+
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:versionName="0.4.5"
5+
android:versionCode="152">
46

57
<uses-feature
68
android:name="android.hardware.camera"

0 commit comments

Comments
 (0)