Skip to content

Commit

Permalink
2.0 release with new features
Browse files Browse the repository at this point in the history
  • Loading branch information
hadiyarajesh committed Jul 30, 2021
1 parent 57e094c commit 7eabf5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Flower/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ tasks.register("sourceJar", Jar::class) {
}

dependencies {
val coroutinesVersion = "1.3.4"
val coroutinesVersion = "1.5.1"
val retrofitVersion = "2.9.0"

implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.21")
implementation("androidx.core:core-ktx:1.6.0")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:${coroutinesVersion}")
Expand All @@ -58,7 +58,7 @@ dependencies {
}

val PUBLISH_GROUP_ID by extra("io.github.hadiyarajesh")
val PUBLISH_VERSION by extra("1.2.0")
val PUBLISH_VERSION by extra("2.0.0")
val PUBLISH_ARTIFACT_ID by extra("flower")

apply(from = "${rootDir}/scripts/publish-module.gradle")
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ android {
dependencies {

val lifecycleVersion = "2.4.0-alpha01"
val roomVersion = "2.2.6"
val roomVersion = "2.3.0"
val retrofitVersion = "2.9.0"
val moshiVersion = "1.11.0"
val moshiVersion = "1.12.0"
val koinVersion = "3.1.2"
val materialVersion = "1.2.0"
val materialVersion = "1.4.0"

implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.21")
implementation("androidx.core:core-ktx:1.6.0")
implementation("androidx.appcompat:appcompat:1.3.1")
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
Expand Down

0 comments on commit 7eabf5a

Please sign in to comment.