Open kay4ik opened 8 months ago
Any chance we can get this in a 0.5.0 or even a 1.0 release?
@kay4ik I don't supposed you forked the fix anywhere?
@djensen47 No I didn't forked the solution, but I can do that next week and create a merge request. Maybe @jpnurmi can than accept this MR
Hey, when running an android build using the latest gradle version, following error occurs:
To solve this problem following line needs to be defined (probably): In
android/src/build.gradle
Also the min SDK version should be increased to 19 according to this warning:
This should be everything the console is asking for :)
Recommendation
I have avoided all warnings and errors by making following changes:
jCentral()
repository withmavenCentral()
because it is already deprecatedcompileSdkVersion
to 34jvmTarget
of 1.8minSdkVersion
to 19Now there are no warnings and errors anymore and the
android/src/build.gradle
is looking like that: