Skip to content

Commit bbc2539

Browse files
author
OleS
committed
Increment build version
1 parent acfe102 commit bbc2539

6 files changed

Lines changed: 17 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
#### Changes
1+
### 2.12.11
2+
- Fix: Migrate product types implementation locally
3+
- Fix: LINE authorization redirect for staging environment
4+
5+
### 2.12.10
6+
- Feature: Added Service Environment configurations
7+
- Feature: Hide component when product check returns invalid product state
8+
9+
### 2.12.9
210
- Feature: Add optional configuration for show/hide privacy policy in inpage standard
311
- Hide component when product check returns invalid product state
412
- Fix: Fixed sendOrder VirtusizeOrder API key parameter
5-
- Fix: Migrate product types implementation locally
613

714
### 2.12.8
815
- Fix: Added close button on error loading webview

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.12.10'
77+
implementation 'com.virtusize.android:virtusize:2.12.11'
7878
}
7979
```
8080

8181
- Kotlin (build.gradle.kts)
8282

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

README-JP.md

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

7676
```groovy
7777
dependencies {
78-
implementation 'com.virtusize.android:virtusize:2.12.10'
78+
implementation 'com.virtusize.android:virtusize:2.12.11'
7979
}
8080
```
8181

8282
- Kotlin (build.gradle.kts)
8383

8484
```kotlin
8585
dependencies {
86-
implementation("com.virtusize.android:virtusize:2.12.10")
86+
implementation("com.virtusize.android:virtusize:2.12.11")
8787
}
8888
```
8989

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.12.10'
85+
implementation 'com.virtusize.android:virtusize:2.12.11'
8686
}
8787
```
8888

8989
- Kotlin (build.gradle.kts)
9090

9191
```kotlin
9292
dependencies {
93-
implementation("com.virtusize.android:virtusize:2.12.10")
93+
implementation("com.virtusize.android:virtusize:2.12.11")
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 = 35
77

88
// Update versionName when publishing a new release
9-
const val VERSION_NAME = "2.12.10"
9+
const val VERSION_NAME = "2.12.11"
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
@@ -20,7 +20,7 @@ material = "1.12.0"
2020
nextPublish = "1.1.0"
2121
robolectric = "4.13"
2222
truth = "1.4.4"
23-
virtusize = "2.12.10"
23+
virtusize = "2.12.11"
2424
virtusizeAuth = "1.1.1"
2525
browser = "1.8.0"
2626

0 commit comments

Comments
 (0)