Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gold24park committed Apr 15, 2023
1 parent 7f6fab1 commit 51bd031
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions PopcornView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
}
}

Expand All @@ -53,6 +53,4 @@ afterEvaluate {
}
}
}
}

group = 'com.github.gold24park'
}

0 comments on commit 51bd031

Please sign in to comment.