Skip to content

Commit 134f9e5

Browse files
authored
Merge pull request #19 from lucianokapluk/master
Fix: Added missing namespace in build.gradle for compatibility with Android Gradle Plugin (AGP) 7.0+
2 parents 0aaefb1 + 1e0eca9 commit 134f9e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle

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

2424
android {
25-
compileSdkVersion 28
25+
namespace "org.leanflutter.plugins.flutter_svprogresshud"
26+
compileSdkVersion 34
2627

2728
defaultConfig {
2829
minSdkVersion 16

0 commit comments

Comments
 (0)