From 489fcfaa1bee8235b73d5bf1e25bfd437c86cdce Mon Sep 17 00:00:00 2001 From: vadym Date: Mon, 16 May 2022 14:24:29 +0300 Subject: [PATCH] 1. requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE error fix --- app/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b6fe586..f58e98e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { minSdkVersion 15 targetSdkVersion 32 - versionCode 37 - versionName "2.1.0" + versionCode 38 + versionName "2.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" setProperty("archivesBaseName", project.getParent().name+"-"+versionName) @@ -90,8 +90,9 @@ dependencies { implementation 'com.vincentbrison.openlibraries.android:dualcache:3.1.1' implementation 'com.vincentbrison.openlibraries.android:dualcache-jsonserializer:3.1.1' implementation 'com.android.support:multidex:1.0.3' + implementation 'androidx.work:work-runtime:2.8.0-alpha02' - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file