Skip to content

Commit 909de87

Browse files
committed
[smarcet]
* update on gradle plugin and fabric version
1 parent 46a61d9 commit 909de87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ android {
134134
applicationId "org.openstack.android.summit"
135135
minSdkVersion 16
136136
targetSdkVersion 25
137-
versionCode 105
137+
versionCode 106
138138
versionName "2.0"
139139
multiDexEnabled true
140140
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
@@ -252,7 +252,7 @@ dependencies {
252252
compile('com.weiwangcn.betterspinner:library-material:1.1.0') {
253253
exclude group: 'com.android.support', module: 'appcompat-v7'
254254
}
255-
compile('com.crashlytics.sdk.android:crashlytics:2.6.1@aar') {
255+
compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
256256
transitive = true;
257257
}
258258
testCompile 'org.mockito:mockito-core:2.0.86-beta'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:2.3.2'
9+
classpath 'com.android.tools.build:gradle:2.3.3'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
// Realm

0 commit comments

Comments
 (0)