diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index ba67432..0f78b7f 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 323975d..0f9f28c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.marcoscg.dialogsheetsample" minSdkVersion 14 targetSdkVersion 29 - versionCode 210 - versionName "2.1.0" + versionCode 211 + versionName "2.1.1" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { diff --git a/dialogsheet/build.gradle b/dialogsheet/build.gradle index eb77575..2db2eb2 100644 --- a/dialogsheet/build.gradle +++ b/dialogsheet/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 29 - versionCode 210 - versionName "2.1.0" + versionCode 211 + versionName "2.1.1" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }