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"