Skip to content

Commit 611757c

Browse files
Use SQLCipher 3.3.1 binaries
1 parent ce50fe4 commit 611757c

18 files changed

+433
-457
lines changed

.idea/misc.xml

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 368 additions & 429 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.navigation/net.zetetic.sqlcipher.test/raw/main.nvg.xml

Whitespace-only changes.

AndroidManifest.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.zetetic" android:versionCode="1" android:versionName="1.0-SNAPSHOT">
44
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="21"/>
5-
<application android:icon="@drawable/icon" android:label="@string/app_name" android:name="ZeteticApplication">
6-
<activity android:name=".TestSuiteActivity" android:screenOrientation="portrait">
5+
<uses-permission android:name="android.permission.INTERNET"/>
6+
<application android:icon="@drawable/icon"
7+
android:debuggable="true"
8+
android:label="@string/app_name"
9+
android:name="ZeteticApplication">
10+
<activity android:name=".TestSuiteActivity">
711
<intent-filter>
812
<action android:name="android.intent.action.MAIN"/>
913
<category android:name="android.intent.category.LAUNCHER"/>
27.8 KB
Binary file not shown.
27.9 KB
Binary file not shown.
23.9 KB
Binary file not shown.
3.85 KB
Binary file not shown.

libs/sqlcipher-javadoc.jar

525 Bytes
Binary file not shown.

libs/sqlcipher.jar

-362 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)