mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
Fix a bug in gradle
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
28a729edd5
commit
514f6d1034
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ dependencies {
|
|||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4'
|
||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
|
||||
|
||||
implementation "javax.transaction:transaction-api:1.1-rev-1"
|
||||
debugImplementation "javax.transaction:transaction-api:1.1-rev-1"
|
||||
|
||||
implementation 'com.github.HITGIF:TextFieldBoxes:1.3.4'
|
||||
|
||||
|
|
Loading…
Reference in a new issue