File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,17 @@ Currently, you can change:
93
93
94
94
# Changelog
95
95
96
+ ### Version: 2.2.8
97
+
98
+ * Merged pending pull requests with improvements and bugfixes
99
+ * Update compileSdk and targetSdk versions up to 31
100
+ * Add localizations
101
+ * Fixed [#609](https://github.com/Yalantis/uCrop/issues/609)
102
+ * Fixed [#794](https://github.com/Yalantis/uCrop/issues/794)
103
+
104
+
96
105
### Version: 2.2.5
106
+
97
107
* Fixed [#584](https://github.com/Yalantis/uCrop/issues/584)
98
108
* Fixed [#598](https://github.com/Yalantis/uCrop/issues/598)
99
109
* Fixed [#543](https://github.com/Yalantis/uCrop/issues/543)
Original file line number Diff line number Diff line change 17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
19
20
- VERSION_NAME =2.2.5 -native
21
- VERSION_CODE =26
20
+ VERSION_NAME =2.2.8 -native
21
+ VERSION_CODE =27
22
22
GROUP =com.yalantis
23
23
24
24
POM_DESCRIPTION =Android Library for cropping images
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 14
10
10
targetSdkVersion 31
11
11
versionCode 26
12
- versionName " 2.2.5 -native"
12
+ versionName " 2.2.8 -native"
13
13
14
14
vectorDrawables. useSupportLibrary = true
15
15
}
You can’t perform that action at this time.
0 commit comments