Forráskód Böngészése

Compile with Java 8 support for using Retrolambda

inorichi 9 éve
szülő
commit
a316298793
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      app/build.gradle

+ 5 - 0
app/build.gradle

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