Skip to content

Commit

Permalink
Created alpha1 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
7LPdWcaW committed Jan 29, 2017
1 parent a1c78ed commit 8e09614
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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) 57ff9134cb517200a8ebffac5bff2b8a v2.1](https://github.com/7LPdWcaW/GrowTracker-Android/raw/master/app/app-production-release.apk)
[Latest APK: (MD5) 794f7342e489c3da59f8f15a08a68d07 v2.2-alpha1](https://github.com/7LPdWcaW/GrowTracker-Android/raw/master/app/app-production-release.apk)

[Latest APK (Discrete): (MD5) db92a90c3bcd596e3bc10316180808b1 v2.1](https://github.com/7LPdWcaW/GrowTracker-Android/raw/master/app/app-discrete-release.apk)
[Latest APK (Discrete): (MD5) c3d301ad8391bda6bb0cbecb7d91496e v2.2-alpha1](https://github.com/7LPdWcaW/GrowTracker-Android/raw/master/app/app-discrete-release.apk)

# Installation

Expand Down
Binary file modified app/app-discrete-release.apk
Binary file not shown.
Binary file modified app/app-production-release.apk
Binary file not shown.
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ repositories {
}

android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.0"

defaultConfig {
applicationId "me.anon.grow"
minSdkVersion 16
minSdkVersion 17
targetSdkVersion 24
versionCode 7
versionName "2.1"
versionCode 8
versionName "2.2-alpha1"
}

lintOptions {
Expand All @@ -33,10 +33,10 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'
compile 'com.android.support:cardview-v7:25.0.1'
compile 'com.android.support:design:25.0.1'
compile 'com.google.code.gson:gson:2.4'
compile 'com.squareup:otto:1.3.8'
compile 'com.kennyc:snackbar:2.0.2'
Expand Down

0 comments on commit 8e09614

Please sign in to comment.