Aleksandar 'Alex' Gotev
Aleksandar 'Alex' Gotev
If you are using Kotlin 1.3.30+ and Gradle 5.x use https://github.com/sky-uk/gradle-maven-plugin
@cromagn You're free to contribute one if you wish! 🎉 @skycinquo if you submit one, too, we'll start a challenge to select the winner!
Hi @thomasttvo and thanks for the feedback! > The library does work when started from the background on Android 12 unless the main app or the library that imports it...
@AlkanV added a note which better explain Android 12 support status: https://github.com/gotev/android-upload-service/blob/master/README.md#features-
Google requires the notification to appear within 5 seconds after service is started, so the notification is always needed, otherwise you will have a crash. They have posed increasing limitations...
After some research and custom scripts for AppGallery I also ended up using https://github.com/cianru/huawei-publish-gradle-plugin The two stores are different and have different APIs and mechanisms, so I think it's a...
The above is working with xcode 12.x. Just tried with XC13 beta on macOS 12 Monterey Beta: ``` Xcode 13.0 Build version 13A5154h xcode-select version 2388. installed in /Applications/Xcode-beta.app/Contents/Developer swift-driver...
I also confirm it now works on xcode 13.0
Since my last post here, all the projects on which I'm working have been fully switched to SPM, so I sunsetted Carthage. A great experience so far with SPM. Specially...
Great @falkoschindler ! Now I understood your idea better. I thought we wanted to give a basic build script from which to start for our users, but you intend to...