Kontalk: Prepare for 3.0b1
This commit is contained in:
parent
fdfe86fcca
commit
9b637cd239
|
@ -110,19 +110,23 @@ Build:3.0a6,32
|
||||||
Build:3.0a7,33
|
Build:3.0a7,33
|
||||||
disable=Skip alpha
|
disable=Skip alpha
|
||||||
|
|
||||||
Build:3.0a8,34
|
Build:3.0b1,34
|
||||||
disable=wip for beta
|
disable=wip
|
||||||
commit=f99f4530d424a78d339263100ca4660e0344ff26
|
commit=f99f4530d424a78d339263100ca4660e0344ff26
|
||||||
gradle=basic
|
gradle=basic
|
||||||
subdir=app
|
subdir=app
|
||||||
prebuild=sed -i -e "/googleplayCompile/d" build.gradle
|
target=android-19
|
||||||
submodules=yes
|
srclibs=KontalkCommon@7d3831bf487c225de9f2ef969708ddabb4973376,KontalkEmojicon@ea3026abfa4e680aac9217dcea9d2fc85a00eea2
|
||||||
|
prebuild=sed -i -e "/googleplayCompile/d" build.gradle && \
|
||||||
|
cp -fR $$KontalkCommon$$ client-common-java && \
|
||||||
|
cp -fR $$KontalkEmojicon$$ emojicon
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
3.x:
|
* submodules are currently not set up, but cloned by running ./setup -- for
|
||||||
* submodules are currently not set up, but cloned by running setup
|
now I use srclibs. upstream will tag corresponding releases in all repos
|
||||||
|
(beta1 should be "20140831") and will switch to submodules in b2/b3.
|
||||||
* basic and googleplay flavors; both currently do not work
|
* basic and googleplay flavors; both currently do not work
|
||||||
* users sonatype
|
* uses sonatype
|
||||||
|
|
||||||
OLD: We have protobuf as srclib, why are we wgeting it via an insecure connection?
|
OLD: We have protobuf as srclib, why are we wgeting it via an insecure connection?
|
||||||
.
|
.
|
||||||
|
|
2
srclibs/KontalkCommon.txt
Normal file
2
srclibs/KontalkCommon.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/kontalk/client-common-java.git
|
2
srclibs/KontalkEmojicon.txt
Normal file
2
srclibs/KontalkEmojicon.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/kontalk/emojicon.git
|
Loading…
Reference in a new issue