Skip to content

Commit

Permalink
Update to v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
itchix committed Apr 22, 2018
1 parent 957c145 commit 57b824c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "openfoodfacts.github.scrachx.openfood"
minSdkVersion 16
targetSdkVersion 27
versionCode 44
versionName "0.8.8"
versionCode 46
versionName "0.8.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
Binary file added app/obf/release/app-obf-release.apk
Binary file not shown.
1 change: 1 addition & 0 deletions app/obf/release/output.json
@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":46,"versionName":"0.8.10","enabled":true,"outputFile":"app-obf-release.apk","fullName":"obfRelease","baseName":"obf-release"},"path":"app-obf-release.apk","properties":{}}]
Binary file added app/off/release/app-off-release.apk
Binary file not shown.
1 change: 1 addition & 0 deletions app/off/release/output.json
@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":45,"versionName":"0.8.9","enabled":true,"outputFile":"app-off-release.apk","fullName":"offRelease","baseName":"off-release"},"path":"app-off-release.apk","properties":{}}]
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sun Oct 29 08:30:22 CET 2017
#Sun Apr 22 13:19:39 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit 57b824c

Please sign in to comment.