Skip to content

Commit

Permalink
Update to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelchior committed Jan 27, 2023
1 parent 9144bb5 commit 5b7ddfa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Bookshelf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ plugins {
// marker interface so would need to be added to the classpath manually anyway.
buildscript {
dependencies {
classpath("io.realm.kotlin:gradle-plugin:1.6.0-SNAPSHOT")
classpath("io.realm.kotlin:gradle-plugin:1.6.0")
}
}
rootProject.extra["realmVersion"] = "1.6.0-SNAPSHOT"
rootProject.extra["realmVersion"] = "1.6.0"

allprojects {
group = "io.realm.sample.bookshelf"
Expand Down
4 changes: 2 additions & 2 deletions Intro/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ plugins {
// marker interface so would need to be added to the classpath manually anyway.
buildscript {
dependencies {
classpath("io.realm.kotlin:gradle-plugin:1.6.0-SNAPSHOT")
classpath("io.realm.kotlin:gradle-plugin:1.6.0")
}
}
rootProject.extra["realmVersion"] = "1.6.0-SNAPSHOT"
rootProject.extra["realmVersion"] = "1.6.0"

group = "io.realm.example"
version = "1.0.0"
4 changes: 2 additions & 2 deletions JVMConsole/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {

buildscript {
dependencies {
classpath("io.realm.kotlin:gradle-plugin:1.6.0-SNAPSHOT")
classpath("io.realm.kotlin:gradle-plugin:1.6.0")
}
}
rootProject.extra["realmVersion"] = "1.6.0-SNAPSHOT"
rootProject.extra["realmVersion"] = "1.6.0"

apply(plugin = "io.realm.kotlin")

Expand Down
4 changes: 2 additions & 2 deletions MultiplatformDemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ plugins {
// marker interface so would need to be added to the classpath manually anyway.
buildscript {
dependencies {
classpath("io.realm.kotlin:gradle-plugin:1.6.0-SNAPSHOT")
classpath("io.realm.kotlin:gradle-plugin:1.6.0")
}
}
rootProject.extra["realmVersion"] = "1.6.0-SNAPSHOT"
rootProject.extra["realmVersion"] = "1.6.0"

allprojects {
group = "io.realm.sample"
Expand Down
4 changes: 2 additions & 2 deletions MultiplatformDemoWithSync/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ plugins {
// marker interface so would need to be added to the classpath manually anyway.
buildscript {
dependencies {
classpath("io.realm.kotlin:gradle-plugin:1.6.0-SNAPSHOT")
classpath("io.realm.kotlin:gradle-plugin:1.6.0")
}
}
rootProject.extra["realmVersion"] = "1.6.0-SNAPSHOT"
rootProject.extra["realmVersion"] = "1.6.0"

allprojects {
group = "io.realm.sample"
Expand Down

0 comments on commit 5b7ddfa

Please sign in to comment.