fix lint warnings

This commit is contained in:
AndyScherzinger 2018-04-03 18:22:38 +02:00
parent 54eb9bb9a4
commit d6b08e366e
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.google.gms:google-services:3.0.0'
classpath 'com.google.gms:google-services:3.1.2'
}
}
@ -31,7 +31,7 @@ configurations.all {
ext {
supportLibraryVersion = '27.1.0'
googleLibraryVersion = '11.2.2'
googleLibraryVersion = '12.0.1'
androidLibraryVersion = '1.0.40'
travisBuild = System.getenv("TRAVIS") == "true"
@ -194,7 +194,7 @@ android {
dependencies {
// dependencies for app building
implementation 'com.android.support:multidex:1.0.2'
implementation 'com.android.support:multidex:1.0.3'
// implementation project('nextcloud-android-library')
genericImplementation "com.github.nextcloud:android-library:${androidLibraryVersion}"
gplayImplementation "com.github.nextcloud:android-library:${androidLibraryVersion}"

View file

@ -138,6 +138,7 @@ public class ActionEditText extends AppCompatEditText {
0xff0000);
badgeClickCallback = a
.getString(R.styleable.ActionEditText_onBadgeClick);
a.recycle();
}
}