From 66b161dbf3750d8cb50e6e26ed0f03ce08addbfd Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Fri, 1 Jul 2022 18:38:04 -0500 Subject: Updated AGP --- buildSrc/src/main/kotlin/kau/Versions.kt | 4 ++-- core-ui/src/main/res-public/values/public.xml | 2 +- core/src/main/res-public/values/public.xml | 32 +++++++++++++-------------- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index 03b69ca..39ddcc4 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -90,10 +90,10 @@ object Versions { const val bugsnag = "5.15.0" // https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases - const val bugsnagPlugin = "7.1.0" + const val bugsnagPlugin = "7.2.0" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "7.1.0-beta03" + const val gradlePlugin = "7.2.0" // https://github.com/Triple-T/gradle-play-publisher/releases const val playPublishPlugin = "3.6.0" diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml index 1e1a9df..aff4ead 100644 --- a/core-ui/src/main/res-public/values/public.xml +++ b/core-ui/src/main/res-public/values/public.xml @@ -1,8 +1,8 @@ + - diff --git a/core/src/main/res-public/values/public.xml b/core/src/main/res-public/values/public.xml index de08b64..edb2898 100644 --- a/core/src/main/res-public/values/public.xml +++ b/core/src/main/res-public/values/public.xml @@ -1,27 +1,27 @@ - - - - - + - - - + - - - - - + + + + + + + + - - + - + + + + + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a0f7639..669386b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -- cgit v1.2.3