Skip to content

Commit 8efe0eb

Browse files
author
gmetaxas
committed
Properties correction
1 parent 0ac32a9 commit 8efe0eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.sqlcipher" android:versionCode="4"
44
android:versionName="v1 (0.0.6.FINAL)">
5-
<uses-sdk android:minSdkVersion="L"></uses-sdk>
5+
<uses-sdk android:minSdkVersion="7"></uses-sdk>
66
<application android:icon="@drawable/icon" android:label="@string/app_name">
77

88
<activity android:name="example.SQLDemoActivity">

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-L
11+
target=android-7

0 commit comments

Comments
 (0)