Skip to content

Commit bb94177

Browse files
Update build.gradle
1 parent a37ad74 commit bb94177

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flutter_appauth/android/build.gradle

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ apply plugin: 'com.android.library'
2424
android {
2525
compileSdkVersion 30
2626

27+
if (project.android.hasProperty("namespace")) {
28+
namespace 'io.crossingthestreams.flutterappauth'
29+
}
30+
2731
defaultConfig {
2832
minSdkVersion 16
2933
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -35,4 +39,4 @@ android {
3539

3640
dependencies {
3741
implementation 'net.openid:appauth:0.10.0'
38-
}
42+
}

0 commit comments

Comments
 (0)