Skip to content

Commit

Permalink
v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyAlex committed Dec 16, 2022
1 parent f6e6d6f commit aba4001
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.14.2
### Changes
- We've continued to improve the images on articles, specifically on smaller devices.

## 1.14.1
### Changes
- Article images are now 4/3 always, regardless of the content of the image
Expand Down
2 changes: 1 addition & 1 deletion samples/unflow-compose/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation("com.unflow:unflow-ui:1.14.1")
implementation("com.unflow:unflow-ui:1.14.2")

implementation("androidx.compose.ui:ui:${rootProject.extra["compose_version"]}")
implementation("androidx.compose.material:material:${rootProject.extra["compose_version"]}")
Expand Down
2 changes: 1 addition & 1 deletion samples/unflow-java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
}

dependencies {
implementation 'com.unflow:unflow-ui:1.14.1'
implementation 'com.unflow:unflow-ui:1.14.2'

implementation 'com.github.bumptech.glide:glide:4.13.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion samples/unflow-sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
}

dependencies {
implementation 'com.unflow:unflow-ui:1.14.1'
implementation 'com.unflow:unflow-ui:1.14.2'

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
Expand Down

0 comments on commit aba4001

Please sign in to comment.