From 1d721323e30bfafd2616166451e164b91773d031 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Wed, 31 Aug 2016 07:05:45 +0200 Subject: [PATCH] Removed support for Java 7: Kotlogram requires Java 8 anyway. --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9347c14..5ad269b 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,6 @@ apply plugin: 'application' mainClassName= 'de.fabianonline.telegram_backup.CommandLineRunner' -sourceCompatibility = 1.7 -targetCompatibility = 1.7 - repositories { mavenCentral() maven {