gradle-advanced-build-version icon indicating copy to clipboard operation
gradle-advanced-build-version copied to clipboard

A plugin to generate the Android version code and version name automatically based on git commits number, date and ...

Results 17 gradle-advanced-build-version issues
Sort by recently updated
recently updated
newest added

Would be better if we had an option to make version build auto increment too. Just like this one: [Android Studio automatic incremental Gradle versioning](http://bit.ly/1sUeS4A)

enhancement

versionCode is an int, it will cause problems in 2022

So my structure is as follow: - Root Project - Client (depends on Commons), used in other projects - Commons - Server (depends on Commons) I want to create jar...

enhancement

I'm building an app with Android Wear support. There wear module must use the same version number as the mobile. So it would be really great if I could use...

No such property: versionMajor for class: org.moallemi.gradle.internal.VersionNameOptions

I found it very unintuitive when I wanted to add `uploadArchives` task in `dependsOnTasks` field. I think 21 line in [AdvancedBuildVersionPlugin.groovy](https://github.com/moallemi/gradle-advanced-build-version/blob/master/src/main/groovy/org/moallemi/gradle/AdvancedBuildVersionPlugin.groovy) instead of `if (taskName.toLowerCase(Locale.ENGLISH).contains(dependentTask) &&` should be `if (taskName.contains(dependentTask)...

At the moment this plugin does not support Gradle 8.x. Could you please add the support?