Updating build number

Rotating Google API key
6.6.5
Alex Baker 7 years ago
parent 6a6f550ed0
commit 77fad14e43

@ -2,6 +2,10 @@ Change Log
---
### 6.6.5 (2019-05-21)
* Update Google API key
### 6.6.4 (2019-05-21)
* Handle [breaking change](https://issuetracker.google.com/issues/133254108) in Google Tasks API
### 6.6.3 (2019-05-08)

@ -21,8 +21,8 @@ android {
defaultConfig {
testApplicationId "org.tasks.test"
applicationId "org.tasks"
versionCode 581
versionName "6.6.4"
versionCode 582
versionName "6.6.5"
targetSdkVersion 28
minSdkVersion 16
multiDexEnabled true

Loading…
Cancel
Save