Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Jan 28, 2025
1 parent 932a812 commit 9a0dc3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/ok_http/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_21
jvmTarget = '1.8'
}

sourceSets {
Expand All @@ -51,8 +51,8 @@ android {
ndkVersion = android.ndkVersion

compileOptions {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

defaultConfig {
Expand Down

0 comments on commit 9a0dc3f

Please sign in to comment.