mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, update changelog
This commit is contained in:
parent
63444740d2
commit
e85d5dc741
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user