Skip to content

Commit

Permalink
Maven Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmmedrejowan committed Oct 1, 2023
1 parent 9b76fd9 commit 29c567f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}
}

Expand Down
2 changes: 1 addition & 1 deletion listgridswitchview/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}
}

Expand Down

0 comments on commit 29c567f

Please sign in to comment.