Update .gitignore and pom.xml
This commit is contained in:
parent
f1642713d6
commit
c286176031
3
.gitignore
vendored
3
.gitignore
vendored
@ -198,4 +198,5 @@ $RECYCLE.BIN/
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/java,maven,windows,linux,macos,intellij+all
|
||||
# End of https://www.toptal.com/developers/gitignore/api/java,maven,windows,linux,macos,intellij+all
|
||||
/debug/
|
||||
|
0
debug/.app-lock
Normal file
0
debug/.app-lock
Normal file
12
pom.xml
12
pom.xml
@ -52,7 +52,17 @@
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlib-session-container</artifactId>
|
||||
<version>4.2.4</version>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-linux-amd64</artifactId>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>it.tdlight</groupId>
|
||||
<artifactId>tdlight-natives-windows-amd64</artifactId>
|
||||
<version>[1.0.0,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user