Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/acomminos/Plumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2014-01-28 03:29:37 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-01-28 03:29:37 +0400
commitbd92510924adb2b2f674650c76975e792f3a4a52 (patch)
treed9faf3795b800a116185e6fc59cc1e4a9df69090
parent2c267254bc6c3b3ce5cc90dcebbec2e269354147 (diff)
Updated build settings for F-Droid and library versions.3.0.0-beta1
-rw-r--r--Plumble/build.gradle2
m---------Plumble/libraries/Jumble0
m---------Plumble/libraries/libonionkit0
-rw-r--r--gradle/wrapper/gradle-wrapper.properties21
-rw-r--r--settings.gradle2
5 files changed, 4 insertions, 21 deletions
diff --git a/Plumble/build.gradle b/Plumble/build.gradle
index a73d7df..ee382ff 100644
--- a/Plumble/build.gradle
+++ b/Plumble/build.gradle
@@ -33,7 +33,7 @@ repositories {
dependencies {
compile project("libraries:Jumble")
- compile project("libraries:libonionkit")
+ compile project("libraries:libonionkit:libonionkit")
compile 'com.android.support:support-v4:19.0.+'
compile 'com.android.support:appcompat-v7:19.0.+'
compile 'com.google.guava:guava:15.+'
diff --git a/Plumble/libraries/Jumble b/Plumble/libraries/Jumble
-Subproject 0833aa5a494216b652d2e7db911246df91e9ab9
+Subproject 61d32f5d49978169452214944892600be8d46d0
diff --git a/Plumble/libraries/libonionkit b/Plumble/libraries/libonionkit
-Subproject 86f8022da2d544b19d163c43cf658b6ffe62149
+Subproject 39b7c3963155e07e94137be9b38ae56fa5ac597
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index b64d1e9..c45ba85 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,23 +1,6 @@
-#
-# Copyright (C) 2014 Andrew Comminos
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-#Sat Jan 25 18:17:19 PST 2014
+#Mon Jan 27 15:16:59 PST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-all.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip
diff --git a/settings.gradle b/settings.gradle
index 046fe59..cc7e0be 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -17,4 +17,4 @@
-include ':Plumble',':Plumble:libraries:libonionkit',':Plumble:libraries:Jumble' \ No newline at end of file
+include ':Plumble',':Plumble:libraries:libonionkit:libonionkit',':Plumble:libraries:Jumble' \ No newline at end of file