Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Nov 6, 2018
1 parent ab5aec9 commit d2f6530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
buildConfigField "boolean", "HIDDEN_APP", "false"
minSdkVersion 15
targetSdkVersion 28
versionCode 52
versionName '5.15'
versionCode 53
versionName '5.16'
}

lintOptions {
Expand All @@ -35,10 +35,10 @@ android {
}

dependencies {
implementation 'com.android.support:design:28.0.0-rc02'
implementation 'com.android.support:design:28.0.0'
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.8'
googleImplementation 'com.google.firebase:firebase-core:16.0.3'
googleImplementation 'com.google.firebase:firebase-core:16.0.5'
googleImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
}

Expand Down

0 comments on commit d2f6530

Please sign in to comment.