Skip to content

Commit

Permalink
fix(network_info_plus): Add compatibility with AGP 8 (Android Gradle …
Browse files Browse the repository at this point in the history
…Plugin) (#1703)
  • Loading branch information
ThexXTURBOXx authored Apr 22, 2023
1 parent 2cd002d commit c495a14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
namespace 'dev.fluttercommunity.plus.network_info'

defaultConfig {
minSdkVersion 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 33
namespace 'dev.fluttercommunity.plus.network_info_plus_example'

lintOptions {
disable 'InvalidPackage'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Oct 05 15:29:21 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit c495a14

Please sign in to comment.