From 55d502321a9e3781f6722f47ae83f29b23c56722 Mon Sep 17 00:00:00 2001 From: andrekir Date: Wed, 18 Jan 2023 21:36:01 -0300 Subject: [PATCH] chore: update appcompat to 1.6.0 stable --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8109524fc..c06017eda 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -125,7 +125,7 @@ protobuf { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - def appcompat_version = '1.6.0-rc01' + def appcompat_version = '1.6.0' implementation "androidx.appcompat:appcompat:$appcompat_version" // For loading and tinting drawables on older versions of the platform implementation "androidx.appcompat:appcompat-resources:$appcompat_version"