File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ Release 2.59.1] ( https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.59.1 )
2+
3+ ### Bug Fixes
4+ - ** core:** added fix for xml parser (#3100 )
5+ - ** pinpoint:** Fix GCM (Not FCM) Android 12 trampolining (#3109 )
6+ - ** pinpoint:** Remove GCM service as target class usage as it is no longer allowed in Android 12. (#3110 )
7+
8+ [ See all changes between 2.59.0 and 2.59.1] ( https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.59.0...release_v2.59.1 )
9+
110## [ Release 2.59.0] ( https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.59.0 )
211
312### Miscellaneous
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android.enableJetifier=true
2626
2727GROUP =com.amazonaws
2828
29- VERSION_NAME =2.59.0
29+ VERSION_NAME =2.59.1
3030
3131POM_URL =https://github.com/aws/aws-sdk-android
3232POM_SCM_URL =https://github.com/aws/aws-sdk-android
You can’t perform that action at this time.
0 commit comments