Skip to content

Commit

Permalink
Merge pull request #8 from AAkira/update/kotlin1.3.31
Browse files Browse the repository at this point in the history
Update Kotlin to 1.3.31
  • Loading branch information
AAkira authored Apr 29, 2019
2 parents e57dde0 + 1b36700 commit b088c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.31'

repositories {
google()
Expand All @@ -10,7 +10,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:$kotlin_version"

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
// This library version
LIBRARY_VERSION_CODE = 2
LIBRARY_VERSION_NAME = "0.0.2"
LIBRARY_VERSION_CODE = 3
LIBRARY_VERSION_NAME = "0.0.3"

// android
mobileVersionCode = 1
Expand Down

0 comments on commit b088c53

Please sign in to comment.