Skip to content

Commit 3d89394

Browse files
committed
minor fix
1 parent cda2845 commit 3d89394

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

.gitignore

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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/

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
The build is based on SQLite Android bindings and supports the long-awaited feature of opening the database from resources (or assets).
44

@@ -9,7 +9,7 @@ The build is based on SQLite Android bindings and supports the long-awaited feat
99

1010
## Software used
1111

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/
1414

1515
Author - Artem Moroz artem.moroz[at]gmail.com

0 commit comments

Comments
 (0)