mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Fix reference
The value should be the same, but the reference name was incorrect.
This commit is contained in:
parent
21e751e50f
commit
bbcd48b2ad
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'kotlin'
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
|
||||||
sourceCompatibility = versions.sourceCompat
|
sourceCompatibility = versions.sourceCompat
|
||||||
targetCompatibility = versions.sourceCompat
|
targetCompatibility = versions.targetCompat
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.squareup:javapoet:1.13.0'
|
implementation 'com.squareup:javapoet:1.13.0'
|
||||||
|
|
Loading…
Reference in a new issue