This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// disable | |
adb shell settings put secure enabled_accessibility_services com.android.talkback/com.google.android.marvin.talkback.TalkBackService | |
// enable | |
adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maybeCreate("realease").apply { | |
configure<CrashlyticsExtension> { | |
nativeSymbolUploadEnabled = true | |
// https://github.com/firebase/firebase-android-sdk/issues/1684 | |
strippedNativeLibsDir = "../core/build/intermediates/stripped_native_libs/arm_Arm64ProdRelease/out/lib/" | |
unstrippedNativeLibsDir = "../core/build/intermediates/cmake/arm_Arm64ProdRelease/obj/" | |
} | |
} | |
// Upload Crashlytics NDK symbols only for release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// M change versions in all pom | |
mvn versions:set -DnewVersion=2.50.1-SNAPSHOT | |
mvn versions:commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
lintOptions { | |
// set to true to turn off analysis progress reporting by lint | |
quiet true | |
// if true, stop the gradle build if errors are found | |
abortOnError false | |
// if true, only report errors | |
ignoreWarnings true | |
// if true, emit full/absolute paths to files with errors (true by default) | |
//absolutePaths true |