Update Conversations to 1.8.0 (109)
This commit is contained in:
parent
d13005cc64
commit
48beb66698
|
@ -541,6 +541,11 @@ Build:1.7.3,107
|
||||||
gradle=yes
|
gradle=yes
|
||||||
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
||||||
|
|
||||||
|
Build:1.8.0,109
|
||||||
|
commit=1.8.0
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Build succeeds now, but fdroid strips a line required for output variants.
|
Build succeeds now, but fdroid strips a line required for output variants.
|
||||||
The current solution is to comment out buildTypes {} and lintOptions {}, but
|
The current solution is to comment out buildTypes {} and lintOptions {}, but
|
||||||
|
@ -549,5 +554,5 @@ we should fix this or at least narrow it down. Enabling for now.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.7.3
|
Current Version:1.8.0
|
||||||
Current Version Code:107
|
Current Version Code:109
|
||||||
|
|
Loading…
Reference in a new issue