Open jordanbisato opened 3 years ago
I can build now after add this to my build.gradle
dependencies {
implementation 'com.google.android.gms:play-services-base:[10.2.1, 16.1.99]'
}
apply plugin: 'com.google.gms.google-services'
googleServices { disableVersionCheck = true }
But now i am receiving this error:
[ERROR] V8Exception: Exception occurred at ti:/kroll.js:1045: Uncaught Error: Requested module not found: hyperloop\hyperloop.bootstrap
I've only had to add googleServices { disableVersionCheck = true }
perhaps that will fix the hyperloop part again. Added that info + some updated dependencies in https://github.com/AbdullahFaqeir/com.williamrijksen.onesignal/pull/1
When trying to build to a Android 10 using SDK10.0.GA on Windows i get the following error: