Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created May 18, 2024 10:41
Show Gist options
  • Save flushpot1125/6e740bd5eb483af67a9c87e9764ecb40 to your computer and use it in GitHub Desktop.
Save flushpot1125/6e740bd5eb483af67a9c87e9764ecb40 to your computer and use it in GitHub Desktop.
android {
defaultConfig {
applicationId "com.android.babylonnative.playground"
minSdkVersion "${platformVersion}"
targetSdkVersion 31
ndkVersion "23.1.7779620"
if (project.hasProperty("NDK_VERSION")) {
def NDKVersion = project.property("NDK_VERSION")
ndkVersion "${NDK_VERSION}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment