Skip to content

Commit

Permalink
Update command line build to android-22
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfan committed Dec 13, 2015
1 parent 697fe5f commit 86d1edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples-android/build_sample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ declare -r private_lib=".gpg-lib"
echo "# GENERATED by build_sample.sh -- do not modify." > local.properties
echo "sdk.dir=${ANDROID_HOME}" >> local.properties
echo "gpg.lib=${private_lib}" >> local.properties
${android_tool} update project --path .
${android_tool} update project --path . --target android-22

#
# Get a private copy of the library project
Expand Down

0 comments on commit 86d1edb

Please sign in to comment.