Skip to content

Commit

Permalink
add compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Oct 17, 2023
1 parent 9472506 commit 03a3c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 28

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
Expand Down
4 changes: 0 additions & 4 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ allprojects {
}
}

android {
namespace 'com.zaihui.installpluginexample'
}

rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
Expand Down

0 comments on commit 03a3c3e

Please sign in to comment.