File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.2.2] - 2025-11-28
2+
3+ ### Bug Fixes
4+
5+ * app crashing in offline mode ([ 8839ac8] ( https://github.com/Crozzers/PostboxGO/commit/8839ac8095cbb589968e8bc8f90e71a8f9aed398 ) )
6+ * requests to royal mail api failing ([ 5b6abfb] ( https://github.com/Crozzers/PostboxGO/commit/5b6abfb4d3ba390233daf0c990091d69bca20153 ) )
7+
8+
19## [ 1.2.1] - 2025-11-14
210
311### Bug Fixes
181189[ 1.1.0 ] : https://github.com/Crozzers/PostboxGO/compare/1.0.0...1.1.0
182190[ 1.2.0 ] : https://github.com/Crozzers/PostboxGO/compare/1.1.0...1.2.0
183191[ 1.2.1 ] : https://github.com/Crozzers/PostboxGO/compare/1.2.0...1.2.1
192+ [ 1.2.2 ] : https://github.com/Crozzers/PostboxGO/compare/1.2.1...1.2.2
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
1414 applicationId = " com.crozzers.postboxgo"
1515 minSdk = 26
1616 targetSdk = 36
17- versionCode = 58
18- versionName = " 1.2.1 "
17+ versionCode = 59
18+ versionName = " 1.2.2 "
1919
2020 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2121 }
You can’t perform that action at this time.
0 commit comments