diff --git a/.idea/misc.xml b/.idea/misc.xml index cad405e..782ce1b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,7 @@ diff --git a/app/build.gradle b/app/build.gradle index 0a8d9ed..f6dcc90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,5 +24,5 @@ dependencies { implementation 'me.simple:nice-ktx:1.0.0' implementation project(path: ':building_recyclerview') -// implementation 'com.github.simplepeng:BuildingRecyclerView:v1.0.1' +// implementation 'com.github.simplepeng:BuildingRecyclerView:v1.0.3' } \ No newline at end of file diff --git a/building_recyclerview/build.gradle b/building_recyclerview/build.gradle index 431d6fe..69647d0 100644 --- a/building_recyclerview/build.gradle +++ b/building_recyclerview/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' -apply from: "nexus_upload.gradle" +//apply from: "nexus_upload.gradle" android { compileSdkVersion 30