]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Use Java 8 features
authorTobias Brunner <tobias@strongswan.org>
Thu, 14 Jun 2018 16:13:44 +0000 (18:13 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 3 Jul 2018 09:31:37 +0000 (11:31 +0200)
src/frontends/android/app/build.gradle

index 737787b5e919ab2882b7a88efa2dd3114fad4501..fde53eabf7c5b165ee19de3aa48ece4aedbc8de1 100644 (file)
@@ -40,6 +40,10 @@ android {
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
         }
     }
+    compileOptions {
+        targetCompatibility 1.8
+        sourceCompatibility 1.8
+    }
 }
 
 dependencies {