Skip to content

Commit

Permalink
Allowing previous versions of AGP to be compatible with the plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost authored May 13, 2023
1 parent 8c50f13 commit 42d3150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/audioplayers_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ apply plugin: 'de.mannodermaus.android-junit5'
android {
compileSdk 33

namespace 'xyz.luan.audioplayers'
if (project.android.hasProperty('namespace')) {
namespace 'xyz.luan.audioplayers'
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down

0 comments on commit 42d3150

Please sign in to comment.