Skip to content
This repository was archived by the owner on Nov 26, 2023. It is now read-only.

Commit ce99eae

Browse files
committed
remove build folder
1 parent 429dcb0 commit ce99eae

File tree

928 files changed

+132
-48240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

928 files changed

+132
-48240
lines changed

.androidide/editor/openedFiles.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
11
{
22
"allFiles": [
33
{
4-
"file": "/storage/emulated/0/AndroidIDEProjects/VexAI/app/src/main/res/values/styles.xml",
4+
"file": "/storage/emulated/0/AndroidIDEProjects/VexAI/.gitignore",
55
"selection": {
66
"end": {
77
"column": 9,
88
"index": -1,
9-
"line": 35
9+
"line": 2
1010
},
1111
"start": {
1212
"column": 9,
1313
"index": -1,
14-
"line": 35
15-
}
16-
}
17-
},
18-
{
19-
"file": "/storage/emulated/0/AndroidIDEProjects/VexAI/app/src/main/AndroidManifest.xml",
20-
"selection": {
21-
"end": {
22-
"column": 16,
23-
"index": -1,
24-
"line": 31
25-
},
26-
"start": {
27-
"column": 16,
28-
"index": -1,
29-
"line": 31
14+
"line": 2
3015
}
3116
}
3217
}
3318
],
34-
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/VexAI/app/src/main/AndroidManifest.xml"
19+
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/VexAI/.gitignore"
3520
}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.keystore
2+
/build
3+
gradle.properties
4+
.env
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
50.1 KB
Binary file not shown.
0 Bytes
Binary file not shown.
102 Bytes
Binary file not shown.
Binary file not shown.
8.1 KB
Binary file not shown.

app/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/build
2+
build

app/build.gradle

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,27 @@ android {
1111
minSdk 21
1212
targetSdk 33
1313
versionCode 1
14-
versionName "1.0"
14+
versionName "1.0.0"
1515
}
1616

17+
signingConfigs {
18+
release {
19+
storeFile file(RELEASE_STORE_FILE)
20+
storePassword RELEASE_STORE_PASSWORD
21+
keyAlias RELEASE_KEY_ALIAS
22+
keyPassword RELEASE_KEY_PASSWORD
23+
24+
// Optional, specify signing versions used
25+
v1SigningEnabled true
26+
v2SigningEnabled true
27+
}
28+
}
29+
1730
buildTypes {
1831
release {
1932
minifyEnabled false
2033
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
34+
signingConfig signingConfigs.release
2135
}
2236
}
2337

app/build/generated/data_binding_base_class_source_out/debug/out/com/cookie/vex/databinding/AboutBinding.java

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)