Skip to content
Snippets Groups Projects
Commit 06337a73 authored by Sofiya Tepikin's avatar Sofiya Tepikin
Browse files

Merge branch 'New-release-12-july-2020' into 'master'

Release: 0.2007.12-beta

See merge request bloodyhealth/drip!301
parents fd818404 3ac28e52
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## v0.20-05-2.beta ## v0.2007-12.beta
### Adds ### Adds
* Feature allowing app chart not to show temperature part, when temperature is not tracked and corresponding refactoring * Feature allowing app chart not to show temperature part, when temperature is not tracked and corresponding refactoring
......
...@@ -107,8 +107,8 @@ android { ...@@ -107,8 +107,8 @@ android {
applicationId "com.drip" applicationId "com.drip"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3 versionCode 5
versionName "0.1905.29-beta" versionName "0.2007.12-beta"
ndk { ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
} }
......
File added
File added
{ {
"name": "drip", "name": "drip",
"version": "0.1905.29-beta", "version": "0.2007.12-beta",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
...@@ -15975,4 +15975,4 @@ ...@@ -15975,4 +15975,4 @@
} }
} }
} }
} }
\ No newline at end of file
{ {
"name": "drip", "name": "drip",
"version": "0.1905.29-beta", "version": "0.2007.12-beta",
"contributors": [ "contributors": [
"Julia Friesel <julia.friesel@gmail.com>", "Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek", "Marie Kochsiek",
...@@ -118,4 +118,4 @@ ...@@ -118,4 +118,4 @@
}, },
"test-runner": "mocha" "test-runner": "mocha"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment