Skip to content

Commit 61f9132

Browse files
Merge pull request #189 from brodybits/fix-build-target-in-readme
Fix Android target version in README to match project.properties
2 parents 50a83bd + 3df639f commit 61f9132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Notepadbot is a sample application pulled from the standard Android samples code
5959

6060
*** Building
6161

62-
In order to build android-database-sqlcipher from source you will need both the Android SDK as well as Android NDK. To complete the =make init= command, you will need the =android-7= platform installed from the SDK. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
62+
In order to build android-database-sqlcipher from source you will need both the Android SDK as well as Android NDK. To complete the =make init= command, you will need the =android-19= platform installed from the SDK. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
6363

6464
: # this only needs to be done once
6565
: make init

0 commit comments

Comments
 (0)