Skip to content

Commit

Permalink
Starting layout for mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed May 14, 2024
1 parent 30e1cea commit ba8f2d6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base
2 changes: 1 addition & 1 deletion extensions
Submodule extensions updated 1 files
+13 −3 js/core-mail.js
2 changes: 1 addition & 1 deletion pim
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<!--For mastodon-->
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.drinkless</groupId>
<artifactId>tdlib</artifactId>
Expand Down

0 comments on commit ba8f2d6

Please sign in to comment.