chore: Update lib
This commit is contained in:
@@ -69,13 +69,18 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>io.github.tomhula</groupId>
|
||||
<artifactId>jecnaapi-jvm</artifactId>
|
||||
<version>10.2.0</version>
|
||||
<artifactId>jecnaapi-core-jvm</artifactId>
|
||||
<version>10.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.tomhula</groupId>
|
||||
<artifactId>jecnaapi-java-jvm</artifactId>
|
||||
<version>10.2.0</version>
|
||||
<artifactId>jecnaapi-jecna-jvm</artifactId>
|
||||
<version>10.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.tomhula</groupId>
|
||||
<artifactId>jecnaapi-jecna-java</artifactId>
|
||||
<version>10.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -44,10 +44,7 @@
|
||||
<!-- Row 1 -->
|
||||
<Button text="Učebny" GridPane.rowIndex="1" GridPane.columnIndex="0" onAction="#onNavigateToClassrooms" styleClass="card"/>
|
||||
<Button text="Absence" GridPane.rowIndex="1" GridPane.columnIndex="1" onAction="#onNavigateToAbsences" styleClass="card"/>
|
||||
<Button text="Mimořádný rozvrh" GridPane.rowIndex="1" GridPane.columnIndex="2" onAction="#onDoNothing" styleClass="card"/>
|
||||
|
||||
<!-- Row 2 -->
|
||||
<Button text="Moodle" GridPane.rowIndex="2" GridPane.columnIndex="0" onAction="#onNavigateToMoodle" styleClass="card"/>
|
||||
<Button text="Moodle" GridPane.rowIndex="1" GridPane.columnIndex="2" onAction="#onNavigateToMoodle" styleClass="card"/>
|
||||
</GridPane>
|
||||
</center>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user