larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
283 stars 83 forks source link

Android build target 28 #131

Closed demiantres closed 4 years ago

demiantres commented 4 years ago

Google Play requests build target 28 (afaik) now. I had some problems with the compilation first. Maybe the following can be added to the docs:

1.) Add to gradle.properties file: android.useAndroidX=true android.enableJetifier=true

2.) Eventually remove this from build.gradle: implementation 'com.android.support:appcompat-v7:+'

larpon commented 4 years ago

@demiantres - thanks for posting this! I'll check and include when I have time to test it - what Firebase C++ SDK version are you using??

demiantres commented 4 years ago

The latest one (6.4.0).

larpon commented 4 years ago

Thanks!

larpon commented 4 years ago

QtFirebase + Example now builds with latest master and Firebase C++ SDK 6.7.0. Thanks for your input!