Skip to content
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

Fix for Android 15 #75

Closed
wants to merge 13 commits into from
Closed

Fix for Android 15 #75

wants to merge 13 commits into from

Conversation

advait8
Copy link
Contributor

@advait8 advait8 commented Nov 7, 2024

No description provided.

@advait8 advait8 marked this pull request as ready for review November 8, 2024 20:28
Copy link
Contributor

@kkoser kkoser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the description to add more details on what the issue was and how youre addressing it here

uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this specific distribution?

@@ -8,12 +8,17 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why dont we need a checkout action anymore? im particularly worried about this action since you can't test run it afaik

build.gradle Outdated
@@ -3,10 +3,11 @@ buildscript {
google()
mavenCentral()
jcenter()
mavenLocal()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this?

Comment on lines 23 to 25
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for these? In a single module project non-transitive r shouldn't be relevant

@@ -26,7 +26,7 @@ afterEvaluate {
publishing {
publications {
maven(MavenPublication) {
from components.release
from components.findByName('release') ?: components.findByName('debug')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should not be falling back to publishing debug code to maven

@advait8 advait8 closed this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants