Skip to content

Commit

Permalink
Bump version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lytefast committed Jan 7, 2020
1 parent d37fa5e commit 1fb6bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

// Platform
espressoCoreVersion = '3.0.1'
kotlin_version = '1.3.50'
kotlin_version = '1.3.61'
kotlin_coroutine_version = '1.0.0'
junitVersion = '4.12'

Expand Down Expand Up @@ -40,7 +40,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion flexinput/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.10.7"
versionName "0.10.8"

proguardFiles getDefaultProguardFile('proguard-android-optimize.txt')
consumerProguardFiles(
Expand Down

0 comments on commit 1fb6bc6

Please sign in to comment.