From b3ff4bdf1b06dcb89d62444bb4d4750c738486ee Mon Sep 17 00:00:00 2001 From: alialbaali Date: Tue, 7 Apr 2020 11:43:57 +0300 Subject: [PATCH] Bump version to 0.9 --- app/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1f15d48..8d9995c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ android { minSdkVersion 21 targetSdkVersion 29 versionCode 1 - versionName '0.8' + versionName '0.9' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -103,4 +103,7 @@ dependencies { // Data Binding kapt "com.android.databinding:compiler:3.1.4" + // Work Manager + implementation "androidx.work:work-runtime-ktx:2.3.4" + }