Skip to content

Commit cd2569f

Browse files
Android Integration Sample: Refactor gradle configuration.
1 parent e0066ca commit cd2569f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Integration/Keyboard-Android/app/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ android {
4141
jvmTarget = '11'
4242
}
4343

44-
splits {
45-
abi {
46-
enable true
47-
reset()
48-
include "x86", "armeabi-v7a", "arm64-v8a", "x86_64"
49-
universalApk false
50-
}
51-
}
5244
androidResources {
5345
noCompress '.json', '.wav'
5446
}

0 commit comments

Comments
 (0)