Skip to content

Commit 92dd555

Browse files
gkiernozekGKiernozek
and
GKiernozek
authored
"api_level = 21," added to WORKSPACE file in NDK configuration (#270)
* "api_level = 21," added to WORKSPACE file in NDK configuration * indentation align Co-authored-by: GKiernozek <grzegorz.kiernozek@ar-labs.io>
1 parent d58ab72 commit 92dd555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WORKSPACE

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ http_archive(
301301
# You may run setup_android.sh to install Android SDK and NDK.
302302
android_ndk_repository(
303303
name = "androidndk",
304+
api_level = 21,
304305
)
305306

306307
android_sdk_repository(

0 commit comments

Comments
 (0)