File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildscript {
28
28
mavenCentral()
29
29
}
30
30
dependencies {
31
- classpath ' com.android.tools.build:gradle:7.0.3 '
31
+ classpath ' com.android.tools.build:gradle:7.3.1 '
32
32
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ android {
44
44
sourceCompatibility JavaVersion . VERSION_1_8
45
45
targetCompatibility JavaVersion . VERSION_1_8
46
46
}
47
+ namespace ' com.example.android.mediacontroller'
47
48
}
48
49
49
50
dependencies {
Original file line number Diff line number Diff line change 14
14
~ limitations under the License.
15
15
-->
16
16
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
17
- xmlns : tools =" http://schemas.android.com/tools"
18
- package =" com.example.android.mediacontroller" >
17
+ xmlns : tools =" http://schemas.android.com/tools" >
19
18
20
19
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
21
20
You can’t perform that action at this time.
0 commit comments