Skip to content

Commit

Permalink
Fix gradle
Browse files Browse the repository at this point in the history
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
  • Loading branch information
hannesa2 committed May 9, 2024
1 parent 780f5f7 commit b611dd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ android.useAndroidX=true
android.enableJetifier=true

org.gradle.jvmargs=-Xmx1536m

android.disableAutomaticComponentCreation=true

0 comments on commit b611dd1

Please sign in to comment.