Skip to content

Commit

Permalink
added namespace for AGP8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed May 8, 2023
1 parent b6b928a commit 84b1423
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace 'com.kurenai7968.volume_controller'
}

compileSdkVersion 31

sourceSets {
Expand Down

0 comments on commit 84b1423

Please sign in to comment.