Skip to content

Commit ef1a19e

Browse files
authored
Merge pull request #14 from AlexBacich/master
- Added namespace
2 parents 123ead8 + 8282b41 commit ef1a19e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28+
if (project.android.hasProperty('namespace')) {
29+
namespace 'io.mway.managed_configurations'
30+
}
2831
compileSdkVersion 31
2932

3033
sourceSets {
@@ -33,6 +36,11 @@ android {
3336
defaultConfig {
3437
minSdkVersion 21
3538
}
39+
40+
compileOptions {
41+
sourceCompatibility JavaVersion.VERSION_17
42+
targetCompatibility JavaVersion.VERSION_17
43+
}
3644
}
3745

3846
dependencies {

0 commit comments

Comments
 (0)