Skip to content

Commit aec4050

Browse files
authored
Upgrade sdk registry plugin to v1.2.1 (#106)
1 parent ace04ef commit aec4050

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for the Mapbox Gestures for Android
22

3+
## 0.9.1 - November 27, 2023
4+
Minor release with internal fixes for publishing library
5+
36
## 0.9.0 - November 24, 2023
47
#### Breaking changes
58
- Increase minimum supported Android SDK version to 19 (KITKAT)

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222
checkstyle : '8.4',
2323
gradle : '7.0.4',
2424
androidPublish: '3.6.3',
25-
sdkRegistry : '0.8.0',
25+
sdkRegistry : '1.2.1',
2626
]
2727

2828
dependenciesList = [

0 commit comments

Comments
 (0)