mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +09:00
[Fix] (GL_Drawing.cpp): realize glBindAttribLocation, and other misc fixes
This commit is contained in:
+1
-2
@@ -8,7 +8,6 @@ android {
|
||||
minSdk 26
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
ndkVersion '27.2.12479018'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -33,5 +32,5 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
ndkVersion '26.1.10909125'
|
||||
ndkVersion '27.2.12479018'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user