From 80b303819d18c3c34c4071f352134b3048768805 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 17 Jun 2019 23:35:08 -0700 Subject: Separate adapter from fastadapter --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample') diff --git a/sample/build.gradle b/sample/build.gradle index aa4bd14..4e34bf9 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -119,7 +119,7 @@ android { dependencies { implementation project(':about') - implementation project(':adapter') + implementation project(':fastadapter') implementation project(':colorpicker') implementation project(':core') implementation project(':core-ui') -- cgit v1.2.3