Update to 3.168.1

Added support for java 8
This commit is contained in:
Andrea Cavalli 2020-08-20 14:52:39 +02:00
parent 2f4ec39c0a
commit 8cb53f386d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ This wrapper gives you direct access to TDLib API in Java.
## Requirements
JVM: Oracle JVM and OpenJDK
Java versions: Java 10, 11, 12, 13, 14
Java versions: Java 8, 9, 10, 11, 12, 13, 14, 15
Operating system: Windows, Linux

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.tdlight</groupId>
<artifactId>tdlight-java</artifactId>
<version>3.168.0</version>
<version>3.168.1</version>
<name>TDLight Java Wrapper</name>
<packaging>jar</packaging>
<properties>