Skip to content

Commit

Permalink
Version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscgdev committed Apr 21, 2019
1 parent 6ce8da4 commit 5b29945
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions dialogsheet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}
Expand All @@ -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'
}
3 changes: 2 additions & 1 deletion dialogsheet/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">

<style name="DialogSheetTheme" parent="Theme.MaterialComponents.BottomSheetDialog">
<style name="DialogSheetTheme" parent="Theme.MaterialComponents.Light.BottomSheetDialog">
<item name="colorPrimary">?dialogSheetAccent</item>
<item name="colorAccent">?dialogSheetAccent</item>
<item name="android:colorBackground">@android:color/transparent</item>
<item name="android:statusBarColor" tools:targetApi="21">@android:color/transparent</item>
Expand Down

0 comments on commit 5b29945

Please sign in to comment.