From b6311df0e5858276e9957cb6bf4ef0623f4c8a33 Mon Sep 17 00:00:00 2001 From: Marc Auberer Date: Sun, 20 Dec 2020 11:21:40 +0100 Subject: [PATCH] Bump version to 1.0.0-alpha12 --- README.md | 2 +- app/build.gradle | 2 +- build.gradle | 2 +- simplesettings/build.gradle | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f563f9f0..b5c2a35e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you want to test the library, please visit the sample app on [Google Play](ht ## Usage The first step for using this library is, to add it to the dependency section in your project: ```gradle -implementation 'com.chillibits:simplesettings:1.0.0-alpha11' +implementation 'com.chillibits:simplesettings:1.0.0-alpha12' // Required dependencies implementation 'com.google.android.material:material:' diff --git a/app/build.gradle b/app/build.gradle index f5a924a7..c0b12bdb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ android { applicationId "com.chillibits.simplesettingssample" minSdkVersion 21 targetSdkVersion 30 - versionCode 83 + versionCode 84 versionName library_version testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/build.gradle b/build.gradle index 9625b2d5..962f0956 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ */ buildscript { - ext.library_version = '1.0.0-alpha11' + ext.library_version = '1.0.0-alpha12' ext.kotlin_version = '1.4.21' repositories { google() diff --git a/simplesettings/build.gradle b/simplesettings/build.gradle index 820528e5..90f1486d 100644 --- a/simplesettings/build.gradle +++ b/simplesettings/build.gradle @@ -17,7 +17,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 30 - versionCode 83 + versionCode 84 versionName library_version testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles 'consumer-rules.pro' @@ -46,7 +46,7 @@ dependencies { // External dependencies api 'com.mikepenz:aboutlibraries-core:8.6.3' - api 'com.mikepenz:aboutlibraries:8.6.2@aar' + api 'com.mikepenz:aboutlibraries:8.6.3@aar' api 'com.mikepenz:fastadapter:5.3.2' api 'com.github.ibrahimsn98:live-preferences:1.9'