File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ maven:
38
38
<dependency >
39
39
<groupId >ch.digitalfondue.mjml4j</groupId >
40
40
<artifactId >mjml4j</artifactId >
41
- <version >1.1.1 </version >
41
+ <version >1.1.2 </version >
42
42
</dependency >
43
43
```
44
44
45
45
gradle:
46
46
47
47
```
48
- implementation 'ch.digitalfondue.mjml4j:mjml4j:1.1.1 '
48
+ implementation 'ch.digitalfondue.mjml4j:mjml4j:1.1.2 '
49
49
```
50
50
51
51
# Use
@@ -61,8 +61,8 @@ import ch.digitalfondue.mjml4j.Mjml4j;
61
61
62
62
public class App {
63
63
public static void main (String [] args ) {
64
- var configuration = new Mjml4j .Configuration (" en" );
65
- var renderedTemplate = Mjml4j . render(" " "
64
+ Mjml4j . Configuration configuration = new Mjml4j .Configuration (" en" );
65
+ String renderedTemplate = Mjml4j . render(" " "
66
66
<mjml>
67
67
<mj-body>
68
68
<mj-section>
You can’t perform that action at this time.
0 commit comments