From f3d1838b7b0a818534636e9ca7346353e47372f8 Mon Sep 17 00:00:00 2001 From: Renam Philippi Antunes Date: Mon, 1 Apr 2024 15:40:24 -0300 Subject: [PATCH] updates nimbus to 2.19.1 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6fedc92..95488e9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("nimbus.app") } -val nimbusVersion = "2.19.0" +val nimbusVersion = "2.19.1" /* The compileSdk, minSdk, and targetSdk are applied in the build-logic/src/main/kotlin/nimbus.app.gradle.kts plugin */ android {