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 655c1e5 commit 52b5fbaCopy full SHA for 52b5fba
.gitignore
@@ -8,4 +8,5 @@ local.properties
8
sqlcipher/.cxx
9
sqlcipher/src/main/jni/sqlcipher/*.c
10
sqlcipher/src/main/jni/sqlcipher/*.h
11
-sqlcipher/src/main/jni/sqlcipher/android-libs
+sqlcipher/src/main/jni/sqlcipher/android-libs
12
+build
Makefile
@@ -4,6 +4,7 @@
4
GRADLE = ./gradlew
5
6
clean:
7
+ -rm -rf build
$(GRADLE) clean
build-debug:
0 commit comments