smmdb api auery is now in it's own thread
* smmdb api auery is now in it's own thread * fixed a issue where cemu_UI freezed on a 502 http error of the smmdb api * jfoenix 1.10 -> 1.11 * sqlite 3.20.0. -> sqlite 3.20.0.1
This commit is contained in:
4
pom.xml
4
pom.xml
@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>com.jfoenix</groupId>
|
||||
<artifactId>jfoenix</artifactId>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@ -40,7 +40,7 @@
|
||||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.21.0</version>
|
||||
<version>3.21.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user