Skip to content

Commit a7ac87c

Browse files
Use 3.0.2 binaries
1 parent 7c618dd commit a7ac87c

12 files changed

+479
-189
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.zetetic" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
4-
4+
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19"/>
55
<application android:icon="@drawable/icon" android:label="@string/app_name" android:name="ZeteticApplication">
66
<activity android:name=".TestSuiteActivity">
77
<intent-filter>
8.13 KB
Binary file not shown.
-51.9 KB
Binary file not shown.

libs/armeabi/libstlport_shared.so

-35.9 KB
Binary file not shown.

libs/sqlcipher.jar

268 Bytes
Binary file not shown.

libs/x86/libdatabase_sqlcipher.so

274 KB
Binary file not shown.

libs/x86/libsqlcipher_android.so

193 KB
Binary file not shown.

libs/x86/libstlport_shared.so

68.7 KB
Binary file not shown.

net.zetetic.sqlcipher.test.iml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
<option name="CUSTOM_APK_RESOURCE_FOLDER" value="/target/generated-sources/combined-resources/res" />
99
<option name="APK_PATH" value="/target/net.zetetic.sqlcipher.test.apk" />
1010
<option name="RUN_PROCESS_RESOURCES_MAVEN_TASK" value="false" />
11-
<option name="PROGUARD_CFG_PATH" value="/proguard.cfg" />
12-
<includeSystemProguardFile>false</includeSystemProguardFile>
13-
<includeAssetsFromLibraries>true</includeAssetsFromLibraries>
1411
<option name="COMPILE_CUSTOM_GENERATED_SOURCES" value="false" />
12+
<includeAssetsFromLibraries>true</includeAssetsFromLibraries>
1513
<resOverlayFolders />
1614
</configuration>
1715
</facet>
@@ -21,7 +19,7 @@
2119
<output-test url="file://$MODULE_DIR$/target/test-classes" />
2220
<content url="file://$MODULE_DIR$">
2321
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
24-
<sourceFolder url="file://$MODULE_DIR$/target/generated-sources/r" isTestSource="false" />
22+
<sourceFolder url="file://$MODULE_DIR$/target/generated-sources/r" isTestSource="false" generated="true" />
2523
<excludeFolder url="file://$MODULE_DIR$/target/classes" />
2624
<excludeFolder url="file://$MODULE_DIR$/target/generated-sources/combined-assets" />
2725
<excludeFolder url="file://$MODULE_DIR$/target/generated-sources/combined-resources" />

net.zetetic.sqlcipher.test.iws

Lines changed: 469 additions & 183 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)