Skip to content

Commit 5669014

Browse files
committed
build:升级Gradle插件到8.4
1 parent 248b256 commit 5669014

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

LibEasyWebview/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ android {
2424
targetCompatibility JavaVersion.VERSION_1_8
2525
sourceCompatibility JavaVersion.VERSION_1_8
2626
}
27+
namespace 'me.bzcoder.easywebview'
2728

2829
}
2930

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="me.bzcoder.easywebview" >
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32

43
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
54
</manifest>

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ android {
4141
keyPassword "webview2018"
4242
}
4343
}
44+
namespace 'com.bzcoder.webview.sample'
4445
}
4546

4647
dependencies {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.bzcoder.webview.sample">
3+
xmlns:tools="http://schemas.android.com/tools">
54

65
<!-- 网络 -->
76
<uses-permission android:name="android.permission.INTERNET" />

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.2.1'
9+
classpath 'com.android.tools.build:gradle:8.1.0'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip

0 commit comments

Comments
 (0)