Skip to content

Commit

Permalink
Android Integration Sample: Refactor gradle configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
iagotorrado-fleksy committed May 3, 2024
1 parent e0066ca commit cd2569f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Integration/Keyboard-Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ android {
jvmTarget = '11'
}

splits {
abi {
enable true
reset()
include "x86", "armeabi-v7a", "arm64-v8a", "x86_64"
universalApk false
}
}
androidResources {
noCompress '.json', '.wav'
}
Expand Down

0 comments on commit cd2569f

Please # to comment.