Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed May 19, 2016
1 parent ba23fbb commit 1376cb6
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
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = "1.0.1-2"
ext.kotlin_version = "1.0.2"
repositories {
mavenCentral()
}
Expand All @@ -21,8 +21,8 @@ android {
applicationId "org.blitzortung.android.app"
minSdkVersion 8
targetSdkVersion 23
versionCode 178
versionName "1.5.7"
versionCode 179
versionName "1.5.8"
multiDexEnabled true
}
buildTypes {
Expand Down Expand Up @@ -50,7 +50,7 @@ cobertura {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'org.jetbrains.anko:anko-sdk23:0.8.3' // sdk19, sdk21, sdk23 are also available
compile 'org.jetbrains.anko:anko-appcompat-v7:0.8.3' // For appcompat-v7 bindings
Expand Down

0 comments on commit 1376cb6

Please sign in to comment.