diff --git a/Android/app/build.gradle b/Android/app/build.gradle index a1590b07..25915042 100644 --- a/Android/app/build.gradle +++ b/Android/app/build.gradle @@ -157,8 +157,9 @@ tasks.register('compileGoBackend', Exec) { System.getenv('PATH') commandLine("${goBuildDir}/gomobile", 'bind', - '-ldflags=-s -w', + '-ldflags=-s -w -buildid=', '-target=android', + '-trimpath', "-androidapi=${android.defaultConfig.minSdk}", '-o', goBackendAAR, *goSourcePackages)