File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change 14
14
- Defaults on AES, but supports any block cipher with a 128-bit block size.
15
15
- Supports any key sizes that the block cipher supports (e.g. 128/192/256-bit keys for AES)
16
16
- Thread-safe
17
- - Compatible with Android API Level 16 (since version 1.2 .0)
17
+ - Compatible with Android API Level 24 (since version 1.4 .0)
18
18
19
19
## Audits
20
20
- [ Version 1.0.8 audit by Tim McLean] ( https://www.chosenplaintext.ca/publications/20161104-siv-mode-report.pdf ) (Issues fixed with 1.1.0)
Original file line number Diff line number Diff line change 112
112
<artifactId >maven-compiler-plugin</artifactId >
113
113
<version >3.8.1</version >
114
114
<configuration >
115
- <release >7</release >
116
- <testRelease >8</testRelease >
115
+ <release >8</release >
117
116
<encoding >UTF-8</encoding >
118
117
<showWarnings >true</showWarnings >
119
118
</configuration >
193
192
</build >
194
193
195
194
<profiles >
196
- <profile >
197
- <id >intellij</id >
198
- <!-- workaround for intellij bug: https://youtrack.jetbrains.com/issue/IDEA-85478 -->
199
- <activation >
200
- <activeByDefault >false</activeByDefault >
201
- <property >
202
- <name >idea.maven.embedder.version</name >
203
- </property >
204
- </activation >
205
- <build >
206
- <plugins >
207
- <plugin >
208
- <groupId >org.apache.maven.plugins</groupId >
209
- <artifactId >maven-compiler-plugin</artifactId >
210
- <version >3.8.1</version >
211
- <configuration >
212
- <release >8</release >
213
- <source >1.8</source >
214
- <target >1.8</target >
215
- </configuration >
216
- </plugin >
217
- </plugins >
218
- </build >
219
- </profile >
220
-
221
195
<profile >
222
196
<id >dependency-check</id >
223
197
<build >
297
271
</goals >
298
272
</execution >
299
273
</executions >
300
- <configuration >
301
- <release >7</release >
302
- </configuration >
303
274
</plugin >
304
275
</plugins >
305
276
</build >
You can’t perform that action at this time.
0 commit comments