move accservice based auto fill plugin into own apk to distribte outside Google Play, closes #111

This commit is contained in:
Philipp Crocoll
2017-11-20 12:14:49 +01:00
parent abf5bfdd69
commit 9f7eaf22b0
28 changed files with 878 additions and 230 deletions

View File

@@ -0,0 +1,20 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
defaultConfig {
minSdkVersion 18
targetSdkVersion 23
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
}