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 6d018e6 commit 5a38479Copy full SHA for 5a38479
smarttubetv/build.gradle
@@ -66,7 +66,7 @@ android {
66
multiDexEnabled = true
67
68
// Trying to fix VerifyError/ClassNotFoundException
69
- multiDexKeepProguard file("multidex-keep.pro")
+ //multiDexKeepProguard file("multidex-keep.pro")
70
71
// https://stackoverflow.com/questions/37382057/android-apk-how-to-exclude-a-so-file-from-a-3rd-party-dependency-using-gradle
72
// armeabi-v7a backward compatible with arm64-v8a, x86 -> x86_64 etc
0 commit comments