Skip to content

Commit 5a38479

Browse files
committed
debug build: vt trigger fix
1 parent 6d018e6 commit 5a38479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smarttubetv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666
multiDexEnabled = true
6767

6868
// Trying to fix VerifyError/ClassNotFoundException
69-
multiDexKeepProguard file("multidex-keep.pro")
69+
//multiDexKeepProguard file("multidex-keep.pro")
7070

7171
// https://stackoverflow.com/questions/37382057/android-apk-how-to-exclude-a-so-file-from-a-3rd-party-dependency-using-gradle
7272
// armeabi-v7a backward compatible with arm64-v8a, x86 -> x86_64 etc

0 commit comments

Comments
 (0)