From 043d02860bddc2054257196212d171128b79c96e Mon Sep 17 00:00:00 2001 From: lizhaotailang Date: Fri, 28 Jul 2017 12:55:44 +0800 Subject: [PATCH] update readme.md --- .travis.yml | 3 ++- README.md | 7 +++++-- app/build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index db2c122..c8bd28a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,10 @@ language: android android: components: + - tools - tools - platform-tools - - build-tools-26.0.0-rc2 + - build-tools-26.0.0 - android-26 - extra-android-m2repository diff --git a/README.md b/README.md index 168ae53..4126baa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Espresso is an express delivery tracking app designed with Material Design style The source code in this repository reflects the app which supports mobile devices running Android 5.0+. +### About This Repository And App +This app is inspired by [PackageTracker](https://github.com/fython/PackageTracker) which is developed by [fython](https://github.com/fython) and has a lot of similar elements in design and function with it. Thanks for the contributions of fython and his team. + ### Features + Over than 640 express companies all over the world are supported. @@ -23,9 +26,9 @@ The source code in this repository reflects the app which supports mobile device + Support send feedback on using experience from your devices. ### Screenshots -![screenshot0](https://github.com/TonnyL/Espresso/blob/master/art/screenshot0.png) +![screenshot0](./art/screenshot0.png) -![screenshot1](https://github.com/TonnyL/Espresso/blob/master/art/screenshot1.png) +![screenshot1](./art/screenshot1.png) ### How to Work with the Source I hope the source code for this app is useful for you as a reference or starting point for creating your own app. Here is some instructions to help you better build and run the code in Android Studio. diff --git a/app/build.gradle b/app/build.gradle index ea195c2..24bb1c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,8 +3,8 @@ apply plugin: 'com.android.application' apply plugin: 'realm-android' android { - compileSdkVersion 'android-O' - buildToolsVersion '26.0.0 rc2' + compileSdkVersion 26 + buildToolsVersion '26.0.0' defaultConfig { applicationId "io.github.marktony.espresso" @@ -34,7 +34,7 @@ android { } ext { - supportLibVersion = '26.0.0-beta1' + supportLibVersion = '26.0.0-beta2' rxjavaVersion = '2.0.1' retrofitVersion = '2.2.0' zxingLibVersion = '3.3.0' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8b71aca..aaa1a4e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Mar 04 11:47:36 CST 2017 +#Sat Jun 24 00:38:42 CST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-milestone-1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip