Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed May 3, 2021
2 parents 90476b8 + 7f6973d commit 41752bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lemuroid-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ android {
}
}

lintOptions {
disable += setOf("MissingTranslation", "ExtraTranslation")
}

kotlinOptions {
jvmTarget = "1.8"
}
Expand Down

0 comments on commit 41752bc

Please sign in to comment.