Skip to content

Commit

Permalink
Bumped version and updated apks, apks will be hosted via github relea…
Browse files Browse the repository at this point in the history
…ses instead of this project
  • Loading branch information
7LPdWcaW committed Jul 16, 2017
1 parent 48c5fb7 commit bb84ff1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

app/app-discrete-release.apk
app/app-production-release.apk
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) ac8b85b210187f25a5d332be624fcf5a v2.3-alpha2](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.3-alpha2/v2.3-alpha2-production.apk)
[Latest APK: (MD5) 10001b717b1965c8f7e4340c1b6448f1 v2.3-alpha3](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.3-alpha3/v2.3-alpha3-production.apk)

[Latest APK (Discrete): (MD5) 387698c6c2cbbe7ca133ce34dde1fa77 v2.3-alpha2](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.3-alpha2/v2.3-alpha2-discrete.apk)
[Latest APK (Discrete): (MD5) 799b03ba7002e5d3c123061165af4106 v2.3-alpha3](https://github.com/7LPdWcaW/GrowTracker-Android/releases/download/v2.3-alpha3/v2.3-alpha3-discrete.apk)

# Installation

Expand Down
Binary file removed app/app-discrete-release.apk
Binary file not shown.
Binary file removed app/app-production-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "me.anon.grow"
minSdkVersion 17
targetSdkVersion 25
versionCode 11
versionName "2.3-alpha2"
versionCode 12
versionName "2.3-alpha3"
}

lintOptions {
Expand Down

0 comments on commit bb84ff1

Please sign in to comment.