diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 88ce025..dd3cd4c 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index 2534409..db857c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.marcoscg.dialogsheetsample" minSdkVersion 14 targetSdkVersion 28 - versionCode 203 - versionName "2.0.3" + versionCode 205 + versionName "2.0.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/dialogsheet/build.gradle b/dialogsheet/build.gradle index c6593e0..242c91f 100644 --- a/dialogsheet/build.gradle +++ b/dialogsheet/build.gradle @@ -5,8 +5,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 28 - versionCode 203 - versionName "2.0.3" + versionCode 205 + versionName "2.0.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -19,6 +19,6 @@ android { } dependencies { - api 'com.android.support:appcompat-v7:28.0.0' - api 'com.android.support:design:28.0.0' + implementation 'com.android.support:appcompat-v7:28.0.0' + implementation 'com.android.support:design:28.0.0' } diff --git a/dialogsheet/src/main/res/values/styles.xml b/dialogsheet/src/main/res/values/styles.xml index d459d5b..c7fb44f 100644 --- a/dialogsheet/src/main/res/values/styles.xml +++ b/dialogsheet/src/main/res/values/styles.xml @@ -1,6 +1,7 @@ -