Skip to content

Commit 85a1a2a

Browse files
author
hb
committed
Make example in kotlin
1 parent 2ab1615 commit 85a1a2a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

0 Bytes
Binary file not shown.

library/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'com.dc.easyadapter'
55
PUBLISH_ARTIFACT_ID = 'easyadapter'
6-
PUBLISH_VERSION = '1.0'
6+
PUBLISH_VERSION = '1.1'
77
}
88

99
android {
@@ -14,7 +14,6 @@ android {
1414
versionCode 1
1515
versionName "1.0"
1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
17-
1817
}
1918

2019
buildTypes {
@@ -30,7 +29,6 @@ android {
3029

3130
dependencies {
3231
implementation fileTree(dir: 'libs', include: ['*.jar'])
33-
3432
implementation 'com.android.support:appcompat-v7:27.1.1'
3533
testImplementation 'junit:junit:4.12'
3634
androidTestImplementation 'com.android.support.test:runner:1.0.2'

0 commit comments

Comments
 (0)