Fix example versioning
This commit is contained in:
parent
262406a80c
commit
ef294db552
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@ src/main/jni/bin/
|
||||
/src/main/java/it/tdlight/jni/TdApi.java
|
||||
tdlib/.flattened-pom.xml
|
||||
tdlight/.flattened-pom.xml
|
||||
example/target/
|
||||
|
@ -24,27 +24,27 @@
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-java</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-linux-amd64</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-linux-aarch64</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-windows-amd64</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-osx-amd64</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
Loading…
Reference in New Issue
Block a user