Update Conversations to 1.3.0 (60)
This commit is contained in:
parent
85bbe2c6e3
commit
e5f5c09ebe
|
@ -429,13 +429,17 @@ Build:1.2.0-beta,54
|
|||
# $$MVN3$$ install && \
|
||||
# popd && \
|
||||
# sed -i -e '/mavenCentral/amavenLocal()\n' -e '/maven {/d' -e '/jitsi.github.com/,+1d' -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
||||
|
||||
#remove this build once vc56+ is added via auto-update
|
||||
Build:1.2.0,56
|
||||
commit=1.2.0
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' build.gradle
|
||||
|
||||
Build:1.3.0,60
|
||||
commit=1.3.0
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' 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
|
||||
|
@ -444,6 +448,6 @@ 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.2.0
|
||||
Current Version Code:56
|
||||
Current Version:1.3.0
|
||||
Current Version Code:60
|
||||
|
||||
|
|
Loading…
Reference in a new issue