We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00604e0 commit c2453b8Copy full SHA for c2453b8
app/build.gradle
@@ -81,7 +81,6 @@ def versionMinor = 29
81
def versionPatch = 3
82
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
83
84
-
85
def ndkEnv = new HashMap<String, String>()
86
file("$project.rootDir/ndk.env").readLines().each() {
87
def (key, value) = it.tokenize('=')
0 commit comments