Skip to content

Commit

Permalink
Make example in kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
hb committed May 16, 2018
1 parent 2ab1615 commit 85a1a2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 1 addition & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.dc.easyadapter'
PUBLISH_ARTIFACT_ID = 'easyadapter'
PUBLISH_VERSION = '1.0'
PUBLISH_VERSION = '1.1'
}

android {
Expand All @@ -14,7 +14,6 @@ android {
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}

buildTypes {
Expand All @@ -30,7 +29,6 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:27.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down

0 comments on commit 85a1a2a

Please sign in to comment.