Skip to content

Commit

Permalink
Merge branch 'release/v2.4-alpha2' into develop
Browse files Browse the repository at this point in the history
* release/v2.4-alpha2:
  Bumps version and updates readme
  • Loading branch information
7LPdWcaW committed Dec 23, 2018
2 parents 042accb + e30007f commit 76bf7c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Welcome to grow tracker. This app was created to help record data about growing plants in order to monitor the growing conditions to help make the plants grow better, and identify potential issues during the grow process.

[Latest APK: (MD5) dc955a431ea8c7c878b87a432d6c3a54 v2.4-alpha1](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.4-alpha1/v2.4-alpha1-production.apk)
[Latest APK: (MD5) a7ddb62f96c2e31a226e372563cc8552 v2.4-alpha2](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.4-alpha2/v2.4-alpha2-production.apk)

[Latest APK (Discrete): (MD5) 771c8e1dfa3ab68506dd0d97483b77dc v2.4-alpha1](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.4-alpha1/v2.4-alpha1-discrete.apk)
[Latest APK (Discrete): (MD5) aab44d0a1b2dcf02740d1c893bf1f5b5 v2.4-alpha2](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.4-alpha2/v2.4-alpha2-discrete.apk)

# Installation

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "me.anon.grow"
minSdkVersion 17
targetSdkVersion 28
versionCode 17
versionName "2.4-alpha1"
versionCode 18
versionName "2.4-alpha2"

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit 76bf7c0

Please sign in to comment.