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

I see the following error: ``` > Could not resolve all artifacts for configuration ':app:classpath'. > Could not find com.android.tools.build:gradle:3.0.0. Searched in the following locations: - https://plugins.gradle.org/m2/com/android/tools/build/gradle/3.0.0/gradle-3.0.0.pom If the artifact...

According to[ Android Studio pages](https://developer.android.com/studio/publish/versioning), the maximum version allowed version is: `2100000000` When using the automatic date formatted the limit will be hit on January the 1st 2021 as the...

I'm getting: ```A problem occurred evaluating project ':app'. > No signature of method: build_f044933rfu48jwy12cmmduppn.android() is applicable for argument types: (build_f044933rfu48jwy12cmmduppn$_run_closure2) values: [build_f044933rfu48jwy12cmmduppn$_run_closure2@2e3d151e] ``` Projects `build.gradle`: ```buildscript { ext.kotlin_version = "1.5.30"...

Set up a jenkins pipeline job that checks out the repo and runs the gradle build. It looks like that when the repo is in detached head state, the commit...

as described I don't the bundle name after I configured it with the plugin options.

enhancement

Add support for commiting the versionCode while using `AUTO_INCREMENT_ONE_STEP`

feature

Is it currently possible to have multiple `advancedVersioning` for multiple build flavours?

Hello. Can you create support for Android Library Too. Because when i try to integrate it with my library project I get the next error: 'Error:Could not find property 'applicationVariants'...

feature

Using AUTO_INCREMENT_ONE_STEP as a codeOption doesn't update the version.properties file.

enhancement