Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Jul 22, 2016
1 parent fca78e6 commit 18e75ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 24
versionCode 2
versionName "1.1-beta1"
versionName "1.0.1"

resConfigs "en", "ru"
}
Expand All @@ -35,7 +35,7 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.google.firebase:firebase-crash:9.2.1'
}

Expand Down

0 comments on commit 18e75ee

Please sign in to comment.