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

Commit f78748d

Browse files
committed
Project: 0.2.0
Signed-off-by: Fung <[email protected]>
1 parent 2f2d6ba commit f78748d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ext {
2424
minSdkVersion = 17
2525
targetSdkVersion = 26
2626
buildToolsVersion = "26.0.1"
27-
versionCode = 1
28-
versionName = '0.1.1'
27+
versionCode = 2
28+
versionName = '0.2.0'
2929
}

demo/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies {
3131
compile "com.android.support:appcompat-v7:$supportLibraryVersion"
3232
compile "com.android.support:design:$supportLibraryVersion"
3333
compile "com.android.support:customtabs:$supportLibraryVersion"
34-
compile "com.android.support:customtabs:$supportLibraryVersion"
3534
compile 'moe.feng:AlipayZeroSdk:1.1'
3635
compile project(':library')
3736
}

0 commit comments

Comments
 (0)