Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
Merge branch 'release/v2.4-alpha1' into develop
Browse files Browse the repository at this point in the history
* release/v2.4-alpha1:
  Updates readme
  Bumps version
  • Loading branch information
7LPdWcaW committed Sep 30, 2018
2 parents fe9fd15 + 252ddf3 commit 38694a3
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) 83771de33b2f23c5157996e68abd8532 v2.3.2](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.3.2/v2.3.2-production.apk)
[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 (Discrete): (MD5) aade560ad850ca6c6996cfa8524dbecb v2.3.2](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.3.2/v2.3.2-discrete.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)

# 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 16
versionName "2.3.2"
versionCode 17
versionName "2.4-alpha1"

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit 38694a3

Please sign in to comment.