-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin, Gradle & SDK updates #28
base: main
Are you sure you want to change the base?
Conversation
@lambdapioneer I am not entirely sure about the maven publishing because I can not test it, the rest works well. |
I did not invest more time to make the app pretty in Android 15, due to #10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much! This looks good.
You can test most of the publishing step by creating a GPG keypair (if you do not have one yet) and them running
./gradlew publishReleasePublicationToLocalRepository --no-daemon
That should create all .aar and metadata files in a local folder. Either way, I'll test this when cutting the next release.
@@ -0,0 +1,18 @@ | |||
@file:Suppress("UnstableApiUsage") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a short comment that explains which API requires us to use this Suppress
statement?
Closes #26