File tree 4 files changed +5
-11
lines changed
4 files changed +5
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
9
9
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
10
10
<uses-permission android : name =" android.permission.CAMERA" />
11
- <uses-permission android : name =" android.permission.QUERY_ALL_PACKAGES" />
11
+ <uses-permission android : name =" android.permission.QUERY_ALL_PACKAGES"
12
+ tools : ignore =" QueryAllPackagesPermission" />
12
13
13
14
<uses-permission
14
15
android : name =" android.permission.READ_PHONE_STATE"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ buildscript {
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.1.0 '
10
+ classpath ' com.android.tools.build:gradle:4.2.2 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
- classpath ' com.google.gms:google-services:3 .0.0 '
12
+ classpath ' com.google.gms:google-services:4 .0.1 '
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
15
15
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -bin.zip
You can’t perform that action at this time.
0 commit comments