Skip to content

Commit 4e2c6f2

Browse files
authored
Reduce minSdkVersion to 18 as this is the actual lower limit to support the package as is (#21)
18 is where GLES3 support was added.
1 parent af49798 commit 4e2c6f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Apps/Playground/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
buildToolsVersion = "28.0.3"
6-
minSdkVersion = 24
6+
minSdkVersion = 18
77
compileSdkVersion = 28
88
targetSdkVersion = 28
99
ndkVersion = "21.0.6113669"

Apps/Playground/node_modules/@babylonjs/react-native/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/Playground/node_modules/@babylonjs/react-native/android/build.gradle

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)