Skip to content

Commit

Permalink
Feature: upgraded the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Dec 3, 2018
1 parent a6827ed commit b4f393d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.0'
ext.kotlin_coroutine_version = '1.0.0'
ext.kotlin_version = '1.3.10'
ext.kotlin_coroutine_version = '1.0.1'
repositories {
jcenter()
google()
Expand All @@ -14,12 +14,16 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0"
classpath "com.github.dcendents:android-maven-gradle-plugin:1.5"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

plugins {
id "com.github.ben-manes.versions" version "0.20.0"
}

allprojects {
repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions kotlinknifer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutine_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core-common:$kotlin_coroutine_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutine_version"
implementation "org.jetbrains.anko:anko-commons:0.10.7-rc13"
implementation "androidx.appcompat:appcompat:1.0.0"
implementation "org.jetbrains.anko:anko-commons:0.10.8"
implementation "androidx.appcompat:appcompat:1.0.2"
implementation "androidx.recyclerview:recyclerview:1.0.0-rc01"
implementation "androidx.palette:palette:1.0.0"
compile project(":kotlinshaver")
Expand Down
2 changes: 1 addition & 1 deletion kotlinshaver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core-common:$kotlin_coroutine_version"

compile "io.reactivex.rxjava2:rxkotlin:2.3.0"
compile "io.reactivex.rxjava2:rxjava:2.2.3"
compile "io.reactivex.rxjava2:rxjava:2.2.4"
}

sourceCompatibility = "1.8"
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation project(':kotlinknifer')
Expand Down

0 comments on commit b4f393d

Please sign in to comment.