Skip to content

Commit

Permalink
prepare release and update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed May 2, 2018
1 parent 764fdd1 commit 2964123
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.blitzortung.android.app"
minSdkVersion 9
targetSdkVersion 25
versionCode 199
versionName "1.6.0"
versionCode 200
versionName "1.6.1"
multiDexEnabled true
}
buildTypes {
Expand Down
Expand Up @@ -61,7 +61,7 @@ class VersionComponentTest {
}

companion object {
val CURRENT_VERSION_CODE = 199
val CURRENT_VERSION_NAME = "1.6.0"
val CURRENT_VERSION_CODE = 200
val CURRENT_VERSION_NAME = "1.6.1"
}
}
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.2.41'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2'

Expand Down

0 comments on commit 2964123

Please sign in to comment.