From ead63de103a421bbded97aaa75934d4f57616a58 Mon Sep 17 00:00:00 2001 From: Zaheer Date: Sun, 5 Feb 2023 12:07:22 +0500 Subject: [PATCH] updated version for androidx builds and readme --- app/build.gradle | 4 ++-- readme.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 826d352..b6b4f81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "nl.rogro82.pipup" minSdkVersion 24 targetSdkVersion 31 - versionCode 6 - versionName "0.1.5-beta" + versionCode 0 + versionName "1" } buildTypes { release { diff --git a/readme.md b/readme.md index a0fec8e..0a18940 100644 --- a/readme.md +++ b/readme.md @@ -105,4 +105,8 @@ Form-fields: | 3 | BottomLeft | | 4 | Center | -Color-properties are in `[AA]RRGGBB` where the alpha channel is optional e.g. #FFFFFF or #CCFFFFFF \ No newline at end of file +Color-properties are in `[AA]RRGGBB` where the alpha channel is optional e.g. #FFFFFF or #CCFFFFFF + + +### Contributors: + - Zaheer \ No newline at end of file