From a96eef4ba463eebb98151063977377a4eccc0997 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 30 Mar 2021 11:01:42 +0200 Subject: [PATCH] Updated annotation --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 08c0f589c8..35942a7c4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -235,7 +235,7 @@ configurations.all { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - def annotation_version = "1.1.0-rc01" + def annotation_version = "1.1.0-rc02" def core_version = "1.5.0-beta03" def appcompat_version = "1.3.0-rc01" def activity_version = "1.2.2"