Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dic1911 committed Nov 13, 2023
1 parent 9559595 commit 54b6b48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ android {
compileSdkVersion 30
buildToolsVersion "30.0.2"

compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}

defaultConfig {
applicationId "moe.dic1911.urlsanitizer"
minSdkVersion 23
Expand Down

0 comments on commit 54b6b48

Please sign in to comment.