Skip to content

Commit

Permalink
removing afterevaluate sourceCompatibility (#7464)
Browse files Browse the repository at this point in the history
Co-authored-by: Kurt Christensen <kurt.christensen@divvypay.com>
  • Loading branch information
kurtiscc and Kurt Christensen authored Feb 23, 2022
1 parent 1e4045c commit d676bad
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,6 @@ List reactNativeVersionComponents(rnPackageJsonFile) {
return reactNativeVersion.tokenize('-')[0].tokenize('.')
}

allprojects { p ->
p.afterEvaluate {
p.android.compileOptions.sourceCompatibility JavaVersion.VERSION_1_8
p.android.compileOptions.targetCompatibility JavaVersion.VERSION_1_8
}
p.repositories {
maven { url "https://jitpack.io" }
}
}

dependencies {

implementation "androidx.core:core-ktx:1.6.0"
Expand Down

0 comments on commit d676bad

Please sign in to comment.