File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
99 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
1010 <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" />
1213
1314 <uses-permission
1415 android : name =" android.permission.READ_PHONE_STATE"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ buildscript {
77 jcenter()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:4.1.0 '
10+ classpath ' com.android.tools.build:gradle:4.2.2 '
1111 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 '
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
1515 }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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