Skip to content

Commit

Permalink
updated versions and removed unused dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Jan 31, 2020
1 parent d651b7d commit 0b2b2b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions library/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="gdpr_big_padding">12dp</dimen>
<dimen name="gdpr_small_padding">8dp</dimen>

<dimen name="gdpr_text_size_small">12sp</dimen>
<dimen name="gdpr_text_size_normal">14sp</dimen>
<dimen name="gdpr_text_size_big">16sp</dimen>
</resources>
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
]

androidx = [
appcompat : "1.0.2",
appcompat : "1.1.0",
material : "1.0.0"
]

Expand Down

0 comments on commit 0b2b2b1

Please sign in to comment.