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

Commit 9a0112b

Browse files
committed
remove .gradle folder and .androidide
1 parent ce99eae commit 9a0112b

20 files changed

+5
-24
lines changed

.androidide/editor/openedFiles.json

-20
This file was deleted.

.androidide/editor/openedFiles.json.bak

Whitespace-only changes.

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*.keystore
22
/build
33
gradle.properties
4-
.env
4+
.env
5+
*.jks
6+
/.androidide
7+
/.gradle
-17 Bytes
Binary file not shown.
-18.3 KB
Binary file not shown.
-18.6 KB
Binary file not shown.
Binary file not shown.

.gradle/7.4.2/dependencies-accessors/gc.properties

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
-1 Bytes
Binary file not shown.
-282 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-21.3 KB
Binary file not shown.

.gradle/7.4.2/gc.properties

Whitespace-only changes.
-17 Bytes
Binary file not shown.

.gradle/buildOutputCleanup/cache.properties

-2
This file was deleted.
-164 KB
Binary file not shown.

.gradle/vcs-1/gc.properties

Whitespace-only changes.

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616

1717
signingConfigs {
1818
release {
19-
storeFile file(RELEASE_STORE_FILE)
19+
storeFile file("../keystore.jks")
2020
storePassword RELEASE_STORE_PASSWORD
2121
keyAlias RELEASE_KEY_ALIAS
2222
keyPassword RELEASE_KEY_PASSWORD

0 commit comments

Comments
 (0)