Refactoring

This commit is contained in:
2017-10-09 19:58:48 -05:00
parent 819a8d341f
commit a201273781
13 changed files with 188 additions and 232 deletions

View File

@@ -18,6 +18,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {