Skip to content

Commit fb94420

Browse files
committed
chore(release): 2.2.0
1 parent e7e6f15 commit fb94420

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.2.0] - 2023-02-04
6+
7+
### Bug Fixes
8+
9+
- Prevent setter in GifWrapperDrawable to call getter
10+
11+
### Features
12+
13+
- Add turkish language
14+
15+
### Miscellaneous Tasks
16+
17+
- Bump gradle from 7.3.0 to 7.3.1 ([#280](https://github.com/redwarp/gif-wallpaper/issues/280))
18+
- Bump commonmark from 0.19.0 to 0.20.0 ([#283](https://github.com/redwarp/gif-wallpaper/issues/283))
19+
- Bump accompanist-systemuicontroller from 0.25.1 to 0.27.0 ([#286](https://github.com/redwarp/gif-wallpaper/issues/286))
20+
- Bump commonmark from 0.20.0 to 0.21.0 ([#288](https://github.com/redwarp/gif-wallpaper/issues/288))
21+
- Bump spotless-plugin-gradle from 6.11.0 to 6.12.0 ([#290](https://github.com/redwarp/gif-wallpaper/issues/290))
22+
- Update jetpack compose to 1.3.x
23+
- Update jetpack compose in markdown lib
24+
- Update test libs
25+
- Bump accompanist-systemuicontroller from 0.27.0 to 0.28.0 ([#291](https://github.com/redwarp/gif-wallpaper/issues/291))
26+
- Write a few comments using copilot.
27+
- Bump robolectric from 4.9 to 4.9.1 ([#293](https://github.com/redwarp/gif-wallpaper/issues/293))
28+
- Update pre-commit hooks
29+
- Update kotlin to 1.8.0
30+
- Ignore useless idea files
31+
- Update dependencies and gradle
32+
533
## [2.1.0] - 2022-10-07
634

735
### Bug Fixes

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "net.redwarp.gifwallpaper"
1313
minSdkVersion 21
1414
targetSdkVersion 33
15-
versionCode 73
16-
versionName "2.1.0"
15+
versionCode 74
16+
versionName "2.2.0"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
resConfigs 'en', 'fr', 'ru', 'de', 'es', 'it', 'zh', 'eu', 'tr'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Prevent setter in GifWrapperDrawable to call getter
2+
- Add turkish language

0 commit comments

Comments
 (0)