Browse Source

Compiling: update build tools version in example;

bjorn 2 years ago
parent
commit
8900d79360
1 changed files with 1 additions and 1 deletions
  1. 1 1
      guides/Compiling.md

+ 1 - 1
guides/Compiling.md

@@ -162,7 +162,7 @@ The usual CMake incantation with all of the above variables set up should produc
         -D ANDROID_SDK=/path/to/android \
         -D ANDROID_ABI=arm64-v8a \
         -D ANDROID_NATIVE_API_LEVEL=29 \
-        -D ANDROID_BUILD_TOOLS_VERSION=29.0.3 \
+        -D ANDROID_BUILD_TOOLS_VERSION=30.0.3 \
         -D ANDROID_KEYSTORE=/path/to/test.keystore \
         -D ANDROID_KEYSTORE_PASS=PASS:hunter2 \
         ..