remove hardcoded x86 architecture

This commit is contained in:
ceno challenge 2022-11-30 15:02:22 +01:00
parent 89c0822158
commit b22e20d20f

View File

@ -196,6 +196,6 @@ dependencies {
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
// OuiNet integration
implementation 'ie.equalit.ouinet:ouinet-x86_64:0.21.3'
implementation 'ie.equalit.ouinet:ouinet-omni:0.21.3'
implementation 'com.getkeepsafe.relinker:relinker:1.4.4'
}