Skip to content

Commit

Permalink
target jvm 1.8 (compatible with wpandroid)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Jan 26, 2024
1 parent 9e81e90 commit e3eb85a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WordPressLoginFlow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ repositories {
android {
namespace "org.wordpress.android.login"

kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8

}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
compileSdk 34

defaultConfig {
Expand Down

0 comments on commit e3eb85a

Please sign in to comment.