Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
chore(android): bump gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kor_ka committed Aug 24, 2016
1 parent 5b497fe commit 2a3e91c
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion actor-sdk/sdk-core-android/android-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import java.io.IOException;

import im.actor.core.util.ExponentialBackoff;
import im.actor.runtime.util.ExponentialBackoff;
import im.actor.runtime.Log;
import im.actor.sdk.ActorSDK;
import im.actor.sdk.core.ActorPushManager;
Expand Down
2 changes: 1 addition & 1 deletion actor-sdk/sdk-core-android/android-sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;

import im.actor.core.util.ExponentialBackoff;
import im.actor.runtime.util.ExponentialBackoff;

/**
* Actor Push service based on MQTT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
android:layout_height="match_parent">

<LinearLayout
android:animateLayoutChanges="true"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion actor-sdk/sdk-core/core/core-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import im.actor.core.network.mtp.entity.ResponseDoDH;
import im.actor.core.network.mtp.entity.ResponseGetServerKey;
import im.actor.core.network.mtp.entity.ResponseStartAuth;
import im.actor.core.util.ExponentialBackoff;
import im.actor.runtime.util.ExponentialBackoff;
import im.actor.runtime.Crypto;
import im.actor.runtime.Log;
import im.actor.runtime.Network;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import im.actor.core.network.mtp.entity.EncryptedCBCPackage;
import im.actor.core.network.mtp.entity.EncryptedPackage;
import im.actor.core.network.mtp.entity.ProtoMessage;
import im.actor.core.util.ExponentialBackoff;
import im.actor.runtime.util.ExponentialBackoff;
import im.actor.runtime.*;
import im.actor.runtime.actors.Actor;
import im.actor.runtime.actors.ActorRef;
Expand Down
2 changes: 1 addition & 1 deletion actor-sdk/sdk-core/runtime/runtime-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import android.content.IntentFilter;
import android.content.SharedPreferences;

import im.actor.core.util.ExponentialBackoff;
import im.actor.runtime.util.ExponentialBackoff;
import im.actor.runtime.Runtime;
import im.actor.runtime.actors.ThreadPriority;
import im.actor.runtime.android.threading.AndroidDispatcher;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (C) 2015 Actor LLC. <https://actor.im>
*/

package im.actor.core.util;
package im.actor.runtime.util;

import java.util.Random;

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Apr 09 16:04:30 MSK 2016
#Wed Aug 24 15:48:51 MSK 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit 2a3e91c

Please sign in to comment.