Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Fix: Ignoring apply plugin: 'org.eclipse.keyple' for now in android k…
Browse files Browse the repository at this point in the history
…eyple-plugins

Signed-off-by: Meddy Menzikoff <m.menzikoff@oneclickflare.fr>
  • Loading branch information
ocfmem committed Mar 2, 2020
1 parent 046e509 commit 88ce715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/keyple-plugin/android-nfc/build.gradle
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'org.eclipse.keyple'
//apply plugin: 'org.eclipse.keyple'

archivesBaseName = "keyple-android-plugin-nfc"

Expand Down
2 changes: 1 addition & 1 deletion android/keyple-plugin/android-omapi/build.gradle
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'org.eclipse.keyple'
//apply plugin: 'org.eclipse.keyple'

archivesBaseName = "keyple-android-plugin-omapi"

Expand Down

0 comments on commit 88ce715

Please sign in to comment.