Skip to content

Commit

Permalink
CMakeLists.txt: fix ANDROID_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeum committed Sep 18, 2019
1 parent c3439b0 commit bf68304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(ANDROID_MKE2FS_NAME "mke2fs.android")

# Version of android-tools and the version of boringssl being used.
# See: https://android.googlesource.com/platform/external/boringssl/+/platform-tools-${ANDROID_VERSION}/BORINGSSL_REVISION
set(ANDROID_VERSION 29.0.2)
set(ANDROID_VERSION 29.0.3)
set(BORINGSSL_VERSION c9827e073f64e353c4891ecc2c73721882543ee0)

# Vendor string used in version outputs.
Expand Down

0 comments on commit bf68304

Please sign in to comment.