File tree Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 5
5
<classpathentry kind =" lib" path =" libs/commons-codec.jar" />
6
6
<classpathentry kind =" lib" path =" libs/guava-r09.jar" />
7
7
<classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
8
- <classpathentry kind =" output" path =" bin" />
8
+ <classpathentry kind =" output" path =" bin/classes " />
9
9
</classpath >
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ build.xml
8
8
proguard.cfg
9
9
bin /
10
10
gen /
11
+ external /openssl
12
+ external /sqlcipher
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package=" info.guardianproject.database" android : versionCode =" 2 "
4
- android:versionName=" v1 (0.0.6.RC1 )" >
3
+ package=" info.guardianproject.database" android : versionCode =" 4 "
4
+ android:versionName=" v1 (0.0.6.FINAL )" >
5
5
<uses-sdk android : minSdkVersion =" 7" ></uses-sdk >
6
6
<application android : icon =" @drawable/icon" android : label =" @string/app_name" >
7
7
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ build-jni:
18
18
cd jni/ && ndk-build
19
19
20
20
build-java :
21
- ant compile && \
21
+ ant clean && \
22
+ ant release && \
22
23
cd bin/classes && \
23
24
jar -cvf sqlcipher.jar .
24
25
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments