Man Man: Prepare next release.

This commit is contained in:
Boris Kraut 2014-12-11 00:20:38 +01:00
parent 671bcf9799
commit 3a1bb5cc94

View file

@ -53,10 +53,30 @@ Build:1.2.3,123
Build:1.2.4,124
commit=1.2.4
subdir=app
gradle=yes
gradle=Fdroid
prebuild=sed -i -e 's/v4:21.0.2/v4:21.0.+/g' -e 's/gradle:1.0.0/gradle:0.14.0/g' build.gradle ../build.gradle
Auto Update Mode:Version %v
#Build:1.2.4,124
# commit=1.2.4
# subdir=app
# gradle=Fdroid
# prebuild=sed -i -e 's/v4:21.0.2/v4:21.0.+/g' -e 's/gradle:1.0.0/gradle:0.14.0/g' build.gradle ../build.gradle && \
# echo 'task assembleFdroidRelease(dependsOn: "assembleFdroid") << { }' >> build.gradle
Maintainer Notes:
Upstream runs `gradle assembleFdroid` to generate a floss build. Building with
the "FDroid" flavor within fdroid tries to run assembleFdroidRelease. I don't
know if this is expected gradle behavior or if we make assumptions on our side
that make sense, but don't have to be true.
Quickfix is to introduce the needed task which depends on what upstream runs.
Currently this works fine, but we are not able to pickup the apk file at the
end of the build process.
Disabling AUM until things have been sorted out.
.
#Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.2.4
Current Version Code:124