From 6608a4a9011eddb5210df271d75b793bc6d51e3e Mon Sep 17 00:00:00 2001 From: Ahmed M Abdalla Date: Sat, 11 Jan 2020 17:56:53 +0200 Subject: [PATCH] add error state --- statelayout/build.gradle | 4 ++-- statelayout/src/main/res/values/public.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 statelayout/src/main/res/values/public.xml diff --git a/statelayout/build.gradle b/statelayout/build.gradle index 7a1735c..1768069 100644 --- a/statelayout/build.gradle +++ b/statelayout/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "0.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles 'consumer-rules.pro' diff --git a/statelayout/src/main/res/values/public.xml b/statelayout/src/main/res/values/public.xml new file mode 100644 index 0000000..22d1406 --- /dev/null +++ b/statelayout/src/main/res/values/public.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file