From 3f53aa6760b55721c91fd28a6bb909e440772cdb Mon Sep 17 00:00:00 2001 From: eric_womer Date: Thu, 27 Apr 2023 08:02:34 -0400 Subject: [PATCH] Upgrade gradle to version 8.0.0 from the previous version. --- .idea/compiler.xml | 2 +- .idea/misc.xml | 3 ++- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 3 +-- build.gradle | 2 +- gradle.properties | 3 +++ gradle/wrapper/gradle-wrapper.properties | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8a..b589d56e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 5952b5d9..ef2dcc9d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -10,7 +10,8 @@ - + + diff --git a/app/build.gradle b/app/build.gradle index dddf6ed5..93b3e033 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,6 @@ apply plugin: 'kotlin-parcelize' android { compileSdkVersion 32 - buildToolsVersion "29.0.2" defaultConfig { applicationId "com.lukaslechner.coroutineusecasesonandroid" @@ -50,6 +49,7 @@ android { checkReleaseBuilds false } } + namespace 'com.lukaslechner.coroutineusecasesonandroid' } dependencies { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8601ea8a..b8ebebd1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - +