Man Man: Prepare next release.
This commit is contained in:
parent
671bcf9799
commit
3a1bb5cc94
|
@ -53,10 +53,30 @@ Build:1.2.3,123
|
||||||
Build:1.2.4,124
|
Build:1.2.4,124
|
||||||
commit=1.2.4
|
commit=1.2.4
|
||||||
subdir=app
|
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
|
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
|
Update Check Mode:Tags
|
||||||
Current Version:1.2.4
|
Current Version:1.2.4
|
||||||
Current Version Code:124
|
Current Version Code:124
|
||||||
|
|
Loading…
Reference in a new issue