AndroidViewAnimations
AndroidViewAnimations copied to clipboard
@aar is deprecated in gradle and will be removed in 2.0 which is released
compile 'xxx:xx:1.0.0@aar' is deprecated in gradle and will be removed in 2.0 which is released
The pom you are generating should have a tag
<package>aar</package>
As you konw, I am using gradle-mvn-push made by chrisbanes.
Do you mean that I should add the following code pom.package = aar to here.
To be honest, I am not quiet familiar with gradle and maven.
I'm not familiar how that plugin work. but yes an aar package needs to be in the pom.
so if that line works I'd go with that :)
I'll have a try tomorrow, thanks your advise. :-D
Is this solved?
I think this can be closed. I'm seeing all the downloadable aar's on maven central.

We can use bintray instead of maven central
in build.gradle
just use
compile 'com.daimajia.xxx:library:version'
like my http library
org.geminiwen.android.httpengine:library:1.10.0' :-D
bintray plugin example as follow https://github.com/bintray/bintray-examples
@coffeesherk @robertoestivill @Shusshu This is actually not a very serious problem, remove aar suffix can avoid the annoying warning output. I'll try to fix it when next time I push it to maven center.
@daimajia I get an error:
- Failed to resolve: com.daimajia.easing:library:2.4@aar
- Failed to resolve: com.daimajia.androidanimations:library:2.4@aar when using this library with new version catalog on gradle 7+
I think it's related to aar being deprecated, if I used it without version catalog it's working fine
