Skip to content

Commit 4774692

Browse files
committed
Bump version to 2.10.0
1 parent 23d8e6a commit 4774692

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
### Next Release
1+
### 2.10.0
2+
- Refactor: Optimize product load time by using async coroutines
23
- Refactor: Merge `virtusize-auth` into the main SDK repository
34
- Feature: Allow to target specific testing environment by branch name
45
- Fix: Apply remote i18n strings to build and validate fonts
56
- Fix: Use cache-friendly endpoints for faster loading time
67
- Fix: Ensure SNS buttons are hidden when configured to do so
78
- Fix: Refresh InPage recommendations when measurements changed
89

9-
### 2.10.0
10-
- Refactor: Optimize product load time by using async coroutines
11-
1210
### 2.9.0
1311
- Refactor: Fix SNS authentication for Facebook, Google and LINE providers.
1412

README-COMPOSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ In your app `build.gradle` file, add the following dependencies:
7474

7575
```groovy
7676
dependencies {
77-
implementation 'com.virtusize.android:virtusize:2.9.0'
77+
implementation 'com.virtusize.android:virtusize:2.10.0'
7878
}
7979
```
8080

8181
- Kotlin (build.gradle.kts)
8282

8383
```kotlin
8484
dependencies {
85-
implementation("com.virtusize.android:virtusize:2.9.0")
85+
implementation("com.virtusize.android:virtusize:2.10.0")
8686
}
8787
```
8888

README-JP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ In your appの`build.gradle`ファイルに下記のdependencyを追加
7878

7979
```groovy
8080
dependencies {
81-
implementation 'com.virtusize.android:virtusize:2.9.0'
81+
implementation 'com.virtusize.android:virtusize:2.10.0'
8282
}
8383
```
8484

8585
- Kotlin (build.gradle.kts)
8686

8787
```kotlin
8888
dependencies {
89-
implementation("com.virtusize.android:virtusize:2.9.0")
89+
implementation("com.virtusize.android:virtusize:2.10.0")
9090
}
9191
```
9292

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ In your app `build.gradle` file, add the following dependencies:
8282

8383
```groovy
8484
dependencies {
85-
implementation 'com.virtusize.android:virtusize:2.9.0'
85+
implementation 'com.virtusize.android:virtusize:2.10.0'
8686
}
8787
```
8888

8989
- Kotlin (build.gradle.kts)
9090

9191
```kotlin
9292
dependencies {
93-
implementation("com.virtusize.android:virtusize:2.9.0")
93+
implementation("com.virtusize.android:virtusize:2.10.0")
9494
}
9595
```
9696

buildSrc/src/main/java/com/virtusize/android/constants/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ object Constants {
66
const val TARGET_SDK = 34
77

88
// Update versionName when publishing a new release
9-
const val VERSION_NAME = "2.9.0"
9+
const val VERSION_NAME = "2.10.0"
1010
const val GROUP_ID = "com.virtusize.android"
1111
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ material = "1.12.0"
1717
nextPublish = "1.1.0"
1818
robolectric = "4.13"
1919
truth = "1.4.4"
20-
virtusize = "2.9.0"
20+
virtusize = "2.10.0"
2121
virtusizeAuth = "1.1.1"
2222
browser = "1.8.0"
2323

0 commit comments

Comments
 (0)