@@ -77,6 +77,7 @@ gutenberg-mobile = 'v1.121.0'
77
77
indexos-media-for-mobile = ' 43a9026f0973a2f0a74fa813132f6a16f7499c3a'
78
78
jackson-databind = ' 2.12.7.1'
79
79
jetty-webapp = ' 9.4.51.v20230217'
80
+ jna = ' 5.15.0@aar'
80
81
json-path = ' 2.9.0'
81
82
jsoup = ' 1.18.1'
82
83
junit = ' 4.13.2'
@@ -95,6 +96,7 @@ squareup-java-poet = '1.13.0'
95
96
squareup-kotlin-poet = ' 1.18.1'
96
97
squareup-okhttp3 = ' 4.12.0'
97
98
squareup-retrofit = ' 2.11.0'
99
+ terl-lazysodium-android = ' 5.0.2@aar'
98
100
wellsql = ' 2.0.0'
99
101
wiremock = ' 2.26.3'
100
102
wordpress-aztec = ' v2.1.4'
@@ -226,6 +228,7 @@ indexos-media-for-mobile-android = { group = "com.github.indexos.media-for-mobil
226
228
indexos-media-for-mobile-domain = { group = " com.github.indexos.media-for-mobile" , name = " domain" , version.ref = " indexos-media-for-mobile" }
227
229
jackson-databind = { group = " com.fasterxml.jackson.core" , name = " jackson-databind" , version.ref = " jackson-databind" }
228
230
jetty-webapp = { group = " org.eclipse.jetty" , name = " jetty-webapp" , version.ref = " jetty-webapp" }
231
+ jna = { module = " net.java.dev.jna:jna" , version.ref = " jna" }
229
232
json-path = { group = " com.jayway.jsonpath" , name = " json-path" , version.ref = " json-path" }
230
233
jsoup = { group = " org.jsoup" , name = " jsoup" , version.ref = " jsoup" }
231
234
junit = { group = " junit" , name = " junit" , version.ref = " junit" }
@@ -249,6 +252,7 @@ squareup-kotlin-poet-main = { group = "com.squareup", name = "kotlinpoet", versi
249
252
squareup-okhttp3 = { module = " com.squareup.okhttp3:okhttp" , version.ref = " squareup-okhttp3" }
250
253
squareup-okhttp3-urlconnection = { module = " com.squareup.okhttp3:okhttp-urlconnection" , version.ref = " squareup-okhttp3" }
251
254
squareup-retrofit = { group = " com.squareup.retrofit2" , name = " retrofit" , version.ref = " squareup-retrofit" }
255
+ terl-lazysodium-android = { module = " com.goterl:lazysodium-android" , version.ref = " terl-lazysodium-android" }
252
256
wellsql = { module = " org.wordpress:wellsql" , version.ref = " wellsql" }
253
257
wellsql-processor = { module = " org.wordpress.wellsql:wellsql-processor" , version.ref = " wellsql" }
254
258
wiremock = { group = " com.github.tomakehurst" , name = " wiremock" , version.ref = " wiremock" }
0 commit comments