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 @@ - +