Skip to content

Commit 6384634

Browse files
committed
Update build version
1 parent c2f22d9 commit 6384634

17 files changed

+10
-77
lines changed

app/app.gradle renamed to app/build.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+
versionName "0.4.8"
21+
versionCode 155
2022

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

app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add project specific ProGuard rules here.
22
# You can control the set of applied configuration files using the
3-
# proguardFiles setting in app.gradle.
3+
# proguardFiles setting in build.gradle.
44
#
55
# For more details, see
66
# http://developer.android.com/guide/developing/tools/proguard.html

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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"
4-
android:versionName="0.4.7"
5-
android:versionCode="154">
3+
xmlns:android="http://schemas.android.com/apk/res/android">
64

75
<uses-feature
86
android:name="android.hardware.camera"

app/src/main/AndroidManifestFoss.xml

Lines changed: 0 additions & 62 deletions
This file was deleted.
File renamed without changes.

data/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add project specific ProGuard rules here.
22
# You can control the set of applied configuration files using the
3-
# proguardFiles setting in data.gradle.
3+
# proguardFiles setting in build.gradle.
44
#
55
# For more details, see
66
# http://developer.android.com/guide/developing/tools/proguard.html
File renamed without changes.

demo/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add project specific ProGuard rules here.
22
# You can control the set of applied configuration files using the
3-
# proguardFiles setting in demo.gradle.
3+
# proguardFiles setting in build.gradle.
44
#
55
# For more details, see
66
# http://developer.android.com/guide/developing/tools/proguard.html

domain/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add project specific ProGuard rules here.
22
# You can control the set of applied configuration files using the
3-
# proguardFiles setting in domain.gradle.
3+
# proguardFiles setting in build.gradle.
44
#
55
# For more details, see
66
# http://developer.android.com/guide/developing/tools/proguard.html

0 commit comments

Comments
 (0)