mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-21 14:28:13 +08:00
Fix reference
The value should be the same, but the reference name was incorrect.
This commit is contained in:
parent
21e751e50f
commit
bbcd48b2ad
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user