Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Compile with Java 8 support for using Retrolambda

Cette révision appartient à :
inorichi 2015-09-27 21:44:04 +02:00
Parent e567bc753f
révision a316298793

Voir le fichier

@ -16,6 +16,11 @@ android {
versionName "1.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildTypes {
release {
minifyEnabled false