File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments