From 9242fadd75c6096767cc74fad0d9df35753b422e Mon Sep 17 00:00:00 2001 From: Renam Philippi Antunes Date: Fri, 28 Jun 2024 12:37:32 -0300 Subject: [PATCH] updates nimbus to 2.19.3 --- 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 688def7..007a63c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("nimbus.app") } -val nimbusVersion = "2.19.2" +val nimbusVersion = "2.19.3" /* The compileSdk, minSdk, and targetSdk are applied in the build-logic/src/main/kotlin/nimbus.app.gradle.kts plugin */ android {