Skip to content

Commit

Permalink
Merge pull request #350 from doubleangels/dev
Browse files Browse the repository at this point in the history
Roll back builds to Java 17
  • Loading branch information
doubleangels authored Jan 5, 2025
2 parents 7dc3c98 + 488b0f6 commit 471bea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
}
namespace 'com.doubleangels.nextdnsmanagement'
compileOptions {
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
dependenciesInfo {
includeInApk true
Expand Down

0 comments on commit 471bea2

Please sign in to comment.