update(gradle):update gradle version

This commit is contained in:
ZCShou 2022-09-17 16:33:59 +08:00
parent d391752daf
commit 76e7ee2711
No known key found for this signature in database
GPG Key ID: 40F856243C184EAB
4 changed files with 4 additions and 4 deletions

View File

@ -75,6 +75,7 @@ android {
includeInApk false
includeInBundle false
}
namespace 'com.zcshou.gogogo'
// lintOptions {
// checkReleaseBuilds false
// // Or, if you prefer, you can continue to check for errors in release builds,

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.zcshou.gogogo">
xmlns:tools="http://schemas.android.com/tools">
<!-- Android Q 新增的权限。允许用户授予对两个不同范围的位置访问权限:在使用中(仅限前景)或始终(前景和后台) -->
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.android.tools.build:gradle:7.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -3,4 +3,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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip