From 85a1a2a928f5b607503d5ebac6471c1814c434b8 Mon Sep 17 00:00:00 2001 From: hb Date: Wed, 16 May 2018 10:30:47 +0530 Subject: [PATCH] Make example in kotlin --- .idea/caches/build_file_checksums.ser | Bin 580 -> 580 bytes library/build.gradle | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index e74edeb2a93ef5dcffe8de09484885044b99f0bd..186f40cff21a12b3b7297d75b1e3091f136ed23e 100644 GIT binary patch delta 43 zcmV+`0M!4)1jGc8m;`51LHMzpJOLBckp=eY4GyX;bv?k6Hf#HI01=an0UMJB0zQr@ B5WxTd delta 43 zcmV+`0M!4)1jGc8m;_@_mj$t$JOLAF;h7}SpY7N=hepgA8~>zq01=an0UMJB0zQv_ B5hnlu diff --git a/library/build.gradle b/library/build.gradle index 05c82c0..b30eaf4 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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 { @@ -14,7 +14,6 @@ android { versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - } buildTypes { @@ -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'