Skip to content

Commit

Permalink
Merge pull request #1784 from robustTechie/kotlin-conversion
Browse files Browse the repository at this point in the history
minor bug fixed
  • Loading branch information
iamsh4shank authored Feb 20, 2021
2 parents 5936cb6 + b369f7c commit 38bd273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mifosng-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ android {
abortOnError false
disable 'InvalidPackage'
disable 'MissingTranslation'
disable 'OutdatedLibrary'
}


Expand Down Expand Up @@ -218,7 +219,7 @@ dependencies {


implementation "com.joanzapata.iconify:android-iconify-material:2.1.1" // (v2.0.0)
implementation('com.crashlytics.sdk.android:crashlytics:17.2.2@aar') {
implementation('com.crashlytics.sdk.android:crashlytics:2.6.6@aar') {
transitive = true
}
implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
Expand Down

0 comments on commit 38bd273

Please sign in to comment.