File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ android {
4141 keyPassword " webview2018"
4242 }
4343 }
44+ namespace ' com.bzcoder.webview.sample'
4445}
4546
4647dependencies {
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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
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-7.3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -all.zip
You can’t perform that action at this time.
0 commit comments