Skip to content

Commit 938a7cb

Browse files
authored
Merge pull request #47 from Flyktsodan/master
Update gradle plugin
2 parents 1347c38 + 701a865 commit 938a7cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
mavenCentral()
2929
}
3030
dependencies {
31-
classpath 'com.android.tools.build:gradle:7.0.3'
31+
classpath 'com.android.tools.build:gradle:7.3.1'
3232
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3333
}
3434
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

mediacontroller/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ android {
4444
sourceCompatibility JavaVersion.VERSION_1_8
4545
targetCompatibility JavaVersion.VERSION_1_8
4646
}
47+
namespace 'com.example.android.mediacontroller'
4748
}
4849

4950
dependencies {

mediacontroller/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
~ limitations under the License.
1515
-->
1616
<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">
1918

2019
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
2120

0 commit comments

Comments
 (0)