bumped version number
This commit is contained in:
parent
063bb73b99
commit
3fba33b1ff
@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.cradle.iitc_mobile"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="57"
|
||||
android:versionName="0.7.7">
|
||||
android:versionCode="58"
|
||||
android:versionName="0.8">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
@ -142,7 +142,7 @@
|
||||
|
||||
<replaceregexp
|
||||
file="AndroidManifest.xml"
|
||||
match='android:versionName="(\d+\.\d+\.\d+)"'
|
||||
match='android:versionName="(\d+\.\d+)"'
|
||||
replace='android:versionName="\1.${git.version}"' />
|
||||
</target>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user