Skip to content

Commit

Permalink
Merge pull request #30 from AlexBacich/master
Browse files Browse the repository at this point in the history
- Added namespace for building release
  • Loading branch information
andreamainella98 authored Aug 20, 2024
2 parents 5db8a4b + 895888d commit 1096c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 31

if (project.android.hasProperty('namespace')) {
namespace 'it.mainella.phone_state'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 1096c6d

Please sign in to comment.