diff --git a/app/build.gradle b/app/build.gradle index a06a47083..ac6b72afa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,6 +39,7 @@ project.ext { } android { + namespace 'com.aurora.store' compileSdk 33 defaultConfig { @@ -188,4 +189,4 @@ if (propFile.canRead()) { } else { println "signing.properties not found" android.buildTypes.release.signingConfig = null -} \ No newline at end of file +} diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 34b29efe9..e9432e7d3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,8 +19,7 @@ --> + xmlns:tools="http://schemas.android.com/tools"> diff --git a/build.gradle b/build.gradle index 86c00d870..260140006 100644 --- a/build.gradle +++ b/build.gradle @@ -19,11 +19,11 @@ */ plugins { - id 'com.android.application' version '7.2.2' apply false + id 'com.android.application' version '7.4.2' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false id 'androidx.navigation.safeargs.kotlin' version '2.5.1' apply false } task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +} diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8d7183f94..91159cbe6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -22,4 +22,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip