Skip to content

Commit

Permalink
Merge pull request #8926 from erikhuizinga/patch-1
Browse files Browse the repository at this point in the history
Fix reference
  • Loading branch information
bmarty authored Nov 12, 2024
2 parents ac94bff + bbcd48b commit 5537bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/external/realmfieldnameshelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'kotlin'
apply plugin: 'java'

sourceCompatibility = versions.sourceCompat
targetCompatibility = versions.sourceCompat
targetCompatibility = versions.targetCompat

dependencies {
implementation 'com.squareup:javapoet:1.13.0'
Expand Down

0 comments on commit 5537bf8

Please sign in to comment.