Skip to content

Commit 5231e67

Browse files
committed
Add static and default interface methods support
1 parent 2da4ff8 commit 5231e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ android {
7575
if (onlyX86) {
7676
abiFilters 'x86'
7777
} else {
78-
abiFilters 'x86'//, 'armeabi-v7a', 'arm64-v8a'
78+
abiFilters 'x86', 'armeabi-v7a', 'arm64-v8a'
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)