diff --git a/metadata/org.kontalk.txt b/metadata/org.kontalk.txt index 28b680e07e..d956c72de9 100644 --- a/metadata/org.kontalk.txt +++ b/metadata/org.kontalk.txt @@ -112,24 +112,20 @@ Build:3.0a7,33 disable=Skip alpha Build:3.0b1,34 - disable=wip + disable=wait for release, see notes commit=f99f4530d424a78d339263100ca4660e0344ff26 gradle=basic subdir=app - target=android-19 srclibs=KontalkCommon@7d3831bf487c225de9f2ef969708ddabb4973376,KontalkEmojicon@ea3026abfa4e680aac9217dcea9d2fc85a00eea2 prebuild=sed -i -e "/googleplayCompile/d" build.gradle && \ - cp -fR $$KontalkCommon$$ client-common-java && \ - cp -fR $$KontalkEmojicon$$ emojicon + cp -fR $$KontalkCommon$$ ../client-common-java && \ + cp -fR $$KontalkEmojicon$$ ../emojicon Maintainer Notes: * submodules are currently not set up, but cloned by running ./setup -- for 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 * uses sonatype - -OLD: We have protobuf as srclib, why are we wgeting it via an insecure connection? . Auto Update Mode:None