Skip to content

Commit

Permalink
Removed variables versions from gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfmem committed Feb 3, 2020
1 parent e6d088f commit 346f728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/keyple-plugin/android-omapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ dependencies {
implementation group: 'org.eclipse.keyple', name: 'keyple-java-core', version: project.version

//logging
implementation "org.slf4j:slf4j-api:${slf4japi_version}" //java
implementation "org.slf4j:slf4j-api:1.7.25" //java
implementation 'com.jakewharton.timber:timber:4.7.1' //Android

/** Test **/
testImplementation "junit:junit:${junit_version}"
testImplementation "junit:junit:4.12"
testImplementation files('libs/org.simalliance.openmobileapi.jar')

/** Mockk**/
Expand Down

0 comments on commit 346f728

Please sign in to comment.