Update Conversations to 1.10.0 (127)
This commit is contained in:
parent
7cff392220
commit
fccb788e9b
|
@ -581,6 +581,11 @@ Build:1.9.4,123
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven {/,+2d' build.gradle
|
||||
|
||||
Build:1.10.0,127
|
||||
commit=1.10.0
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven {/,+2d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Build succeeds now, but fdroid strips a line required for output variants.
|
||||
The current solution is to comment out buildTypes {} and lintOptions {}, but
|
||||
|
@ -589,5 +594,5 @@ we should fix this or at least narrow it down. Enabling for now.
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.9.4
|
||||
Current Version Code:123
|
||||
Current Version:1.10.0
|
||||
Current Version Code:127
|
||||
|
|
Loading…
Reference in a new issue