desword / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

Building the applications uses the git number not apktoolversion_minor #712

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
when building the application and using the prebuild application straight from 
git the apktool.jar will announce using 

for example
Using Apktool 2.0.0-02b5c7-SNAPSHOT on xxx.apk when using the application 
instead of 
Using Apktool 2.0.0-RC2-SNAPSHOT on xxx.apk

Original issue reported on code.google.com by raziel...@gmail.com on 27 Nov 2014 at 3:02

GoogleCodeExporter commented 9 years ago
Only release builds respect the version number. Unofficial builds take git hash 
to prevent collisions of versions in public. 

Original comment by connor.tumbleson on 28 Nov 2014 at 12:29