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 0ac32a9 commit 8efe0ebCopy full SHA for 8efe0eb
AndroidManifest.xml
@@ -2,7 +2,7 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="net.sqlcipher" android:versionCode="4"
4
android:versionName="v1 (0.0.6.FINAL)">
5
- <uses-sdk android:minSdkVersion="L"></uses-sdk>
+ <uses-sdk android:minSdkVersion="7"></uses-sdk>
6
<application android:icon="@drawable/icon" android:label="@string/app_name">
7
8
<activity android:name="example.SQLDemoActivity">
project.properties
@@ -8,4 +8,4 @@
# project structure.
9
10
# Project target.
11
-target=android-L
+target=android-7
0 commit comments