bump version, update changelog

This commit is contained in:
Andreas Shimokawa 2022-09-27 18:40:23 +02:00
parent 63444740d2
commit e85d5dc741
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@
* Bangle.js: Bangle.js: Added PATCH HTTP request type, and fix for VolleyError UnsupportedOperationException when supplying custom headers
* Allow 3rd party apps to set device settings
* Reimplement C code in Java and remove Android NDK dependency entirely
* Fix crash on Android<8.0 when using some devices
### 0.70.0
* Initial support for Amazfit GTS 3

View File

@ -55,8 +55,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.70.0"
versionCode 215
versionName "0.71.0"
versionCode 216
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"