We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c783f commit 8b8bf87Copy full SHA for 8b8bf87
2 files changed
.gitignore
@@ -25,3 +25,4 @@ local.properties
25
/smollm/src/main/jniLibs/
26
/repo/*.apk
27
*.apk
28
+
local.properties
@@ -1,4 +1,13 @@
1
-storeFile=../debug.keystore
2
-storePassword=android
+## This file must *NOT* be checked into Version Control Systems,
+# as it contains information specific to your local configuration.
3
+#
4
+# Location of the SDK. This is only used by Gradle.
5
+# For customization when using a Version Control System, please read the
6
+# header note.
7
+#Sun Sep 07 21:17:16 IST 2025
8
keyAlias=androiddebugkey
9
keyPassword=android
10
+sdk.dir=/home/home/Android/Sdk
11
12
+storeFile=../debug.keystore
13
+storePassword=android
0 commit comments