Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
The value should be the same, but the reference name was incorrect.
  • Loading branch information
erikhuizinga authored Oct 21, 2024
1 parent 21e751e commit bbcd48b
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 bbcd48b

Please sign in to comment.