Skip to content

Commit

Permalink
+ update kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayde.K committed Dec 5, 2018
1 parent 1623875 commit 4668b99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation "io.reactivex.rxjava2:rxandroid:2.0.2"
compile project(':lib')
implementation project(':lib')
}
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.21'
ext.kotlin_version = '1.2.51'
repositories {
jcenter()
}
Expand All @@ -16,7 +16,7 @@ group='com.github.oliveiradev'

android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
buildToolsVersion '28.0.3'

defaultConfig {
minSdkVersion 14
Expand Down Expand Up @@ -44,5 +44,5 @@ dependencies {
implementation "io.reactivex.rxjava2:rxjava:2.1.9"
implementation "io.reactivex.rxjava2:rxandroid:2.0.2"
compileOnly 'com.android.support:appcompat-v7:27.0.2'
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}

0 comments on commit 4668b99

Please sign in to comment.