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

Commit

Permalink
Update support library; Bump to 0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Fung <[email protected]>
  • Loading branch information
fython committed Sep 17, 2017
1 parent c132ffc commit 4131e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ task clean(type: Delete) {
}

ext {
supportLibraryVersion = '26.0.0'
supportLibraryVersion = '26.1.0'
minSdkVersion = 17
targetSdkVersion = 26
buildToolsVersion = "26.0.1"
versionCode = 3
versionName = '0.2.1'
versionCode = 4
versionName = '0.2.2'
}

0 comments on commit 4131e1e

Please sign in to comment.