File tree 2 files changed +36
-6
lines changed 2 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 1
- /sqlite3 /.cxx /
2
- /sqlite3 /build /
3
- /.gradle /
1
+ # built application files
2
+ * .apk
3
+ * .ap_
4
+
5
+ # files for the dex VM
6
+ * .dex
7
+
8
+ # Java class files
9
+ * .class
10
+
11
+ # generated files
12
+ bin /
13
+ gen /
14
+
15
+ # Local configuration file (sdk path, etc)
16
+ local.properties
17
+
18
+ # Eclipse project files
19
+ .classpath
20
+ .project
21
+
22
+ # Proguard folder generated by Eclipse
23
+ proguard /
24
+
25
+ # Intellij project files
26
+ * .iml
27
+ * .ipr
28
+ * .iws
29
+ .idea /
30
+
31
+ .gradle /
32
+ build /
33
+ .cxx /
Original file line number Diff line number Diff line change 1
- # SQLite for Android with Database from Assets (Resurces ) support and Unicode Search
1
+ # SQLite for Android with Database from Assets (Resources ) support and Unicode Search
2
2
3
3
The build is based on SQLite Android bindings and supports the long-awaited feature of opening the database from resources (or assets).
4
4
@@ -9,7 +9,7 @@ The build is based on SQLite Android bindings and supports the long-awaited feat
9
9
10
10
## Software used
11
11
12
- SQLite Android Bidnings https://sqlite.org/android/doc/trunk/www/index.wiki
13
- SQLite and ICU https://habr.com/ru/post/122408/
12
+ SQLite Android Bidnings https://sqlite.org/android/doc/trunk/www/index.wiki
13
+ SQLite and ICU https://habr.com/ru/post/122408/
14
14
15
15
Author - Artem Moroz artem.moroz[ at] gmail.com
You can’t perform that action at this time.
0 commit comments