You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top level gradle project needs a Java / Kotlin module, otherwise
it skipped publishing an .aar file. While there is no code, projects
consuming this SDK look for it.
* Maybe we can omit the .aar on in the future for this top level
project but keeping it working the same for now.
Built SDK with Java 17 and tested publishing with a staging build with:
* Java 11
* Gradle 7.3.3
* APG 7.2.2
* Android 5 & 14 Emulator
WARNING:
It is still recommended building with Java 17 instead of 21
when publishing, as those on older version of R8 will get this
build error:
* Cannot invoke "String.length()" because "<parameter1>" is null
* See https://stackoverflow.com/q/77788162
0 commit comments