Update Repeat Me to 1.3.0 (7)
This commit is contained in:
parent
4ab4c2f68d
commit
16e19a93ed
|
@ -49,7 +49,23 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 7
|
||||
commit: v1.3.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.2.1
|
||||
rm:
|
||||
- android/local.properties
|
||||
prebuild:
|
||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.5
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 7
|
||||
|
|
Loading…
Reference in a new issue