android { packagingOptions { exclude 'build-data.properties' } } dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.security:security-crypto:1.0.0' implementation 'androidx.browser:browser:1.4.0' implementation 'androidx.webkit:webkit:1.7.0' } import com.epicgames.mobile.eossdk.EOSSDK; EOSSDK.init(this);