Giter Site home page Giter Site logo

android-versioning's People

Contributors

g00fy2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-versioning's Issues

Add option to provide artefact basename

Currently there is no way to provide the artefact basename. Therefore one has to override it by accessing the artefact, which is a hassle. As far as I see the artefact name is build by the following rule

basename-versionname.versioncode-stage.apk

It would be nice to set the basename and the stage (or the option of the stage should be used to begin with) by providing variables in the default config of the android block in the app/build.gradle file. Example:

android {
  defaultConfig {
    ...
    versioningBasename "myproject"
    versioningUseStage false
  }
}  

Error generating multiple build architectures

if universalApk false and there's a list with

"armeabi-v7a", "x86", "arm64-v8a", "x86_64" we want to generate, then
a single apk file is generated instead of 4, without a specific architecture in it's name.

Error reading current tag

Hei,

I have a question regarding (1) usage of tags on a single master branch vs (2) using multiple branches where tags doesn't have a meaning at all.

I'm in the context of 2, where i have a repo with 3 branches dev, staging and master. So keeping both branch merging + tag releasing it's a bit complex.

The question so far, can getVersionName() fallback to latest branch commit hash name?

git describe --tags --always

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.