Skip to content

Commit a35cc76

Browse files
author
maxim kozyrev
committed
update example to sdk v8.0.0
1 parent 1eb762f commit a35cc76

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ dependencies {
6262
androidTestImplementation(libs.espresso.core)
6363

6464
//RuStore Review implementation
65+
implementation(platform(libs.rustore.bom))
6566
implementation(libs.rustore.review)
6667
}

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ appcompat = "1.6.1"
77
material = "1.10.0"
88
activity = "1.8.0"
99
constraintlayout = "2.1.4"
10-
rustore-review = "6.0.0"
10+
rustore-bom = "2025.02.01"
1111

1212
[libraries]
1313
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -17,7 +17,8 @@ appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "a
1717
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
1818
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
1919
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
20-
rustore-review = { group = "ru.rustore.sdk", name = "review", version.ref = "rustore-review" }
20+
rustore-bom = { group = "ru.rustore.sdk", name = "bom", version.ref = "rustore-bom" }
21+
rustore-review = { group = "ru.rustore.sdk", name = "review" }
2122
[plugins]
2223
androidApplication = { id = "com.android.application", version.ref = "agp" }
2324

0 commit comments

Comments
 (0)