added remote smart card reader app

This commit is contained in:
Frank Morgner
2014-06-16 00:59:34 +02:00
parent 5b6172acde
commit 7869ff66cc
47 changed files with 2430 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.11.+'
}
}
allprojects {
repositories {
mavenCentral()
}
}