magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device
Apache License 2.0
1.26k stars 270 forks source link

Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0 #370

Open magnusja opened 1 year ago

magnusja commented 1 year ago

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. Affected Modules: httpserver, libaums, libusbcommunication, storageprovider

magnusja commented 1 year ago

Use https://developer.android.com/studio/publish-library/upload-library ?

(https://developer.android.com/studio/publish-library)