Skip to content

Commit

Permalink
Merge branch 'release/v2.4.1'
Browse files Browse the repository at this point in the history
* release/v2.4.1:
  Updates readme
  Bumps version
  Show dialog for next version
  Adds changelog dialog
  Adds title to schedule date
  Refreshes last feeding after adding feeding for plant details
  Adds additional device info and fixes non-exposable uri error for crash reports
  Adds populate from previous option
  Adds action select dialog
  Restructured action item view for options
  Adds action adapter options
  Renames feeding schedule dialog fragment
  Correctly sets EC data when setting is checked in stats view
  Fixes issue with too many decimal places
  Fixes issue with editing/deleting additives
  Update README.md
  • Loading branch information
7LPdWcaW committed Mar 9, 2019
2 parents ccc427c + bd5763f commit 2336b65
Show file tree
Hide file tree
Showing 21 changed files with 505 additions and 184 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Read me
# GrowTracker

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) 45ed03e8b120c6be233a30e743f61e92 v2.4](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.4/v2.4-production.apk)
[Latest APK: (MD5) 0afd3816fd71d77282f2a48efa265b71 v2.4.1](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.4.1/v2.4.1-production.apk)

[Latest APK (Discrete): (MD5) e154652199c8598c2457f5b606237e1b v2.4](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.4/v2.4-discrete.apk)
[Latest APK (Discrete): (MD5) 075a079e1e7697db54cf86180fc56e58 v2.4.1](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.4.1/v2.4.1-discrete.apk)

[Get it on F-Droid with automatic updates](https://f-droid.org/packages/me.anon.grow/)

You can follow development, post questions, or grow logs in the [Subreddit](https://reddit.com/r/growutils)

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

javaCompileOptions {
annotationProcessorOptions {
Expand Down
Loading

0 comments on commit 2336b65

Please sign in to comment.