From 925b33999dc8c37552ebc44059d3eeee6ed63ca7 Mon Sep 17 00:00:00 2001 From: ErnyTech Date: Wed, 18 Jul 2018 12:55:54 +0200 Subject: [PATCH] Fix EasyClient missing import and fix markdown mistake --- README.md | 20 ++++++++++--------- .../java/it/ernytech/tdbot/EasyClient.java | 1 + 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8a87560..80afcf6 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ LICENSE LIBRARIES/EXTERNAL CODE ======================= - Tdlib-TD Copyright owner and contributors: Aliaksei Levin - Arseny Smirnov - hekkup - Vladislav Yashin - cosmonawt - Aziz Kasymov - Felix Krause - Mark - TDLib is licensed under the terms of the Boost Software License \ No newline at end of file +Tdlib-TD Copyright owner and contributors: + - Aliaksei Levin + - Arseny Smirnov + - hekkup + - Vladislav Yashin + - cosmonawt + - Aziz Kasymov + - Felix Krause + - Mark + +TDLib is licensed under the terms of the Boost Software License \ No newline at end of file diff --git a/src/main/java/it/ernytech/tdbot/EasyClient.java b/src/main/java/it/ernytech/tdbot/EasyClient.java index b1e0918..6aa6125 100644 --- a/src/main/java/it/ernytech/tdbot/EasyClient.java +++ b/src/main/java/it/ernytech/tdbot/EasyClient.java @@ -17,6 +17,7 @@ package it.ernytech.tdbot; +import de.fuerstenau.buildconfig.BuildConfig; import it.ernytech.tdlib.*; import it.ernytech.tdlib.utils.CloseCallback; import it.ernytech.tdlib.utils.ErrorCallback;