From 6484a1f29d48c1c7006514369308f03bc56f9311 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 2 Oct 2019 14:29:06 +0200 Subject: [PATCH] adding a new dimension for 1 dp --- build.gradle | 2 +- commons/src/main/res/values/dimens.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1a762f141..ddb4c39e3 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 21 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 - propVersionName = '5.18.0' + propVersionName = '5.18.1' kotlin_version = '1.3.50' } diff --git a/commons/src/main/res/values/dimens.xml b/commons/src/main/res/values/dimens.xml index e92dcc793..2a4d7e186 100644 --- a/commons/src/main/res/values/dimens.xml +++ b/commons/src/main/res/values/dimens.xml @@ -1,4 +1,5 @@ + 1dp 2dp 4dp 6dp