Zhuinden / simple-stack-extensions

Extensions for the simple-stack library.
Apache License 2.0
7 stars 1 forks source link

With 2.2.3, the aggregate jitpack package stopped working #7

Closed Zhuinden closed 2 years ago

Zhuinden commented 2 years ago

Previously the following worked:

implementation 'com.github.Zhuinden:simple-stack-extensions:2.2.3'

Now only the following works:

implementation 'com.github.Zhuinden.simple-stack-extensions:core-ktx:2.2.3'
implementation 'com.github.Zhuinden.simple-stack-extensions:fragments:2.2.3'
implementation 'com.github.Zhuinden.simple-stack-extensions:fragments-ktx:2.2.3'
implementation 'com.github.Zhuinden.simple-stack-extensions:navigator-ktx:2.2.3'
implementation 'com.github.Zhuinden.simple-stack-extensions:services:2.2.3'
implementation 'com.github.Zhuinden.simple-stack-extensions:services-ktx:2.2.3'

I have no idea why. I've been struggling with maven-publish for the past 4 hours, and don't know what's missing for it to work.

Zhuinden commented 2 years ago

Using the pom.withXML trick fixed it in 2.2.4