Skip to content

Commit

Permalink
Revert "Add sourceCompatibility and targetCompatibility in Android ap…
Browse files Browse the repository at this point in the history
…p build gradle"

This reverts commit 19f78f7.
  • Loading branch information
KarinBerg committed Jan 10, 2025
1 parent 9bd52ed commit dacc6e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions recipients_app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}

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

defaultConfig {
applicationId "org.socialincome.app"
minSdkVersion 21
Expand Down

0 comments on commit dacc6e6

Please sign in to comment.