Skip to content

Commit

Permalink
Merge pull request #33 from Yelp/update-deps-version
Browse files Browse the repository at this point in the history
Update version of Dependencies
  • Loading branch information
cortinico committed Jun 4, 2019
2 parents e607915 + 2598488 commit cafad46
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
java
`kotlin-dsl`
`maven-publish`
kotlin("jvm") version "1.3.21"
kotlin("jvm") version "1.3.31"
id("com.gradle.plugin-publish") version "0.10.0"
}

Expand Down
12 changes: 6 additions & 6 deletions samples/generated-code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:3.2.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21"
classpath "com.android.tools.build:gradle:3.4.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31"
classpath "com.yelp.codegen:plugin:1.0.0"
}
}
Expand All @@ -30,8 +30,8 @@ android {

dependencies {
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.21"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.21"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.31"

// Moshi
implementation "com.squareup.moshi:moshi:1.8.0"
Expand All @@ -44,8 +44,8 @@ dependencies {
implementation "com.jakewharton.threetenabp:threetenabp:1.1.1"

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.4"
implementation "io.reactivex.rxjava2:rxandroid:2.1.0"
implementation "io.reactivex.rxjava2:rxjava:2.2.9"
implementation "io.reactivex.rxjava2:rxandroid:2.1.1"

// Testing Dependencies
testImplementation "junit:junit:4.12"
Expand Down
12 changes: 6 additions & 6 deletions samples/groovy-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:3.2.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21"
classpath "com.android.tools.build:gradle:3.4.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31"
classpath "com.yelp.codegen:plugin:1.0.0"
}
}
Expand All @@ -30,8 +30,8 @@ android {

dependencies {
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.21"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.21"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.31"

// Moshi
implementation "com.squareup.moshi:moshi:1.8.0"
Expand All @@ -44,8 +44,8 @@ dependencies {
implementation "com.jakewharton.threetenabp:threetenabp:1.1.1"

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.4"
implementation "io.reactivex.rxjava2:rxandroid:2.1.0"
implementation "io.reactivex.rxjava2:rxjava:2.2.9"
implementation "io.reactivex.rxjava2:rxandroid:2.1.1"
}

generateSwagger {
Expand Down
12 changes: 6 additions & 6 deletions samples/junit-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:3.2.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21"
classpath "com.android.tools.build:gradle:3.4.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31"
classpath "com.yelp.codegen:plugin:1.1.0-SNAPSHOT"
}
}
Expand All @@ -30,8 +30,8 @@ android {

dependencies {
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.21"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.21"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.31"

// Moshi
implementation "com.squareup.moshi:moshi:1.8.0"
Expand All @@ -44,8 +44,8 @@ dependencies {
implementation "com.jakewharton.threetenabp:threetenabp:1.1.1"

// RxJava
implementation "io.reactivex.rxjava2:rxjava:2.2.4"
implementation "io.reactivex.rxjava2:rxandroid:2.1.0"
implementation "io.reactivex.rxjava2:rxjava:2.2.9"
implementation "io.reactivex.rxjava2:rxandroid:2.1.1"

// Testing Dependencies
testImplementation "junit:junit:4.12"
Expand Down
12 changes: 6 additions & 6 deletions samples/kotlin-android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.android.library") version "3.2.1"
kotlin("android") version "1.3.21"
id("com.android.library") version "3.4.1"
kotlin("android") version "1.3.31"
id("com.yelp.codegen.plugin") version "1.0.0"
}

Expand All @@ -16,8 +16,8 @@ android {

dependencies {
// Kotlin
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.21")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.3.21")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.3.31")

// Moshi
implementation("com.squareup.moshi:moshi:1.8.0")
Expand All @@ -30,8 +30,8 @@ dependencies {
implementation("com.jakewharton.threetenabp:threetenabp:1.1.1")

// RxJava
implementation("io.reactivex.rxjava2:rxjava:2.2.4")
implementation("io.reactivex.rxjava2:rxandroid:2.1.0")
implementation("io.reactivex.rxjava2:rxjava:2.2.9")
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
}

generateSwagger {
Expand Down

0 comments on commit cafad46

Please sign in to comment.