start working on Oreo AutofillService (issue #9):

* upgraded target version to 26
* added service, parses autofill structure but does not yet retrieve/fill passwords
This commit is contained in:
Philipp Crocoll
2017-12-19 22:25:16 +01:00
parent 4a738990ae
commit 7720e8005e
34 changed files with 1005 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@@ -1,6 +1,6 @@
#Mon May 22 10:43:15 CEST 2017
#Mon Dec 18 11:13:13 CET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip