Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TonnyL committed Jul 28, 2017
1 parent 2bbdb51 commit 043d028
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 043d028

Please sign in to comment.