Update Conversations to 1.8.2 (113)
This commit is contained in:
parent
30c00a7f05
commit
bcccd6013f
|
@ -551,6 +551,11 @@ Build:1.8.1,112
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven {/,+2d' build.gradle
|
||||
|
||||
Build:1.8.2,113
|
||||
commit=1.8.2
|
||||
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
|
||||
|
@ -559,5 +564,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.8.1
|
||||
Current Version Code:112
|
||||
Current Version:1.8.2
|
||||
Current Version Code:113
|
||||
|
|
Loading…
Reference in a new issue