Skip to content

Commit

Permalink
cloudsdk & setup update for Two-Step Authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
CityVibes committed Aug 8, 2018
1 parent f7c6b6f commit d1050c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'io.fabric.tools:gradle:1.25.2'
classpath 'io.fabric.tools:gradle:1.25.4'
}
}

Expand All @@ -20,8 +20,8 @@ apply plugin: 'kotlin-android'

ext {
supportVersions = '27.1.1'
cloudSdkVersion = '0.5.0'
setupVersion = '0.5.3'
cloudSdkVersion = '0.5.1'
setupVersion = '0.6.0'
}

android {
Expand All @@ -32,8 +32,8 @@ android {
applicationId 'io.particle.android.app'
minSdkVersion 15
targetSdkVersion 27
versionCode 53
versionName "2.2.0"
versionCode 55
versionName "2.2.2"

multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import io.particle.android.sdk.ReleaseBuildAppInitializer;
import io.particle.android.sdk.devicesetup.ParticleDeviceSetupLibrary;
import io.particle.android.sdk.ui.DeviceListActivity;
import io.particle.sdk.app.BuildConfig;


public class TinkerApplication extends MultiDexApplication {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildscript {

ext.kotlin_version = '1.2.50'
ext.kotlin_version = '1.2.60'

repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.google.gms:google-services:4.0.0' // for the google-services plugin
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand Down

0 comments on commit d1050c1

Please sign in to comment.