From 3df639fa70723d4584792883fc23470f7b158df1 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Thu, 6 Aug 2015 20:47:51 +0200 Subject: [PATCH] Fix Android target version in README to match project.properties as changed in #170 --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d8bcca21..40ee4b45 100644 --- a/README.org +++ b/README.org @@ -59,7 +59,7 @@ Notepadbot is a sample application pulled from the standard Android samples code *** Building -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: +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: : # this only needs to be done once : make init