Skip to content

Commit e24b989

Browse files
committed
Update Gradle to 8.2 and AGP to 8.2.0
1 parent eb8ff33 commit e24b989

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

flutter_vlc_player/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25+
namespace 'software.solid.fluttervlcplayer'
26+
2527
compileSdk 33
2628

2729
defaultConfig {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="software.solid.fluttervlcplayer">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32
</manifest>

flutter_vlc_player/example/android/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28+
namespace 'software.solid.fluttervlcplayerexample'
29+
2830
compileSdkVersion 33
2931

3032
lintOptions {

flutter_vlc_player/example/android/app/src/main/AndroidManifest.xml

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="software.solid.fluttervlcplayerexample">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32

43
<!-- The INTERNET permission is required for development. Specifically,
54
flutter needs it to communicate with the running application

flutter_vlc_player/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.4.2'
8+
classpath 'com.android.tools.build:gradle:8.2.0'
99
}
1010
}
1111

flutter_vlc_player/example/android/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ org.gradle.jvmargs=-Xmx1536M
22
android.useAndroidX=true
33
android.enableJetifier=true
44
android.enableR8=true
5+
android.enableR8.fullMode=false

flutter_vlc_player/example/android/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.6.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip

0 commit comments

Comments
 (0)