Skip to content

Commit

Permalink
Adding manifest to build
Browse files Browse the repository at this point in the history
  • Loading branch information
developernotes committed Sep 26, 2017
1 parent 63eefa2 commit 4a97eb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.gradle
build
5 changes: 5 additions & 0 deletions android-database-sqlcipher/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.sqlcipher" android:versionCode="1" android:versionName="1.0">
<uses-sdk android:minSdkVersion="14" />
</manifest>
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ':android-database-sqlcipher'

0 comments on commit 4a97eb4

Please sign in to comment.