Bump to latest stable AGP and Gradle version

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-04-07 17:46:36 +05:30
parent f938790c14
commit cba0a5f794
4 changed files with 6 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ project.ext {
} }
android { android {
namespace 'com.aurora.store'
compileSdk 33 compileSdk 33
defaultConfig { defaultConfig {
@@ -188,4 +189,4 @@ if (propFile.canRead()) {
} else { } else {
println "signing.properties not found" println "signing.properties not found"
android.buildTypes.release.signingConfig = null android.buildTypes.release.signingConfig = null
} }

View File

@@ -19,8 +19,7 @@
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools">
package="com.aurora.store">
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View File

@@ -19,11 +19,11 @@
*/ */
plugins { 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 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'androidx.navigation.safeargs.kotlin' version '2.5.1' apply false id 'androidx.navigation.safeargs.kotlin' version '2.5.1' apply false
} }
task clean(type: Delete) { task clean(type: Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }

View File

@@ -22,4 +22,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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