@@ -22,16 +22,16 @@ apply plugin: 'org.owasp.dependencycheck'
2222apply plugin : ' com.github.ben-manes.versions'
2323
2424project. ext {
25- PNC_VERSION = ' 7.1.0 '
25+ PNC_VERSION = ' 7.1.3 '
2626 MXBUILD_VERSION = ' 9.18.0.53394'
2727 MODULE_NAME = ' PushNotifications'
2828}
2929
3030def runtimeLibs = " $buildDir /runtime/bundles"
3131def monoPath = ' /Library/Frameworks/Mono.framework/Versions/Current/Commands'
3232
33- def userLibDir = " $projectDir /test/ userlib"
34- def testProject = " $projectDir /test/ PushNotfications.mpr"
33+ def userLibDir = " $projectDir /userlib-generated "
34+ def testProject = " $projectDir /PushNotfications.mpr"
3535
3636configurations {
3737 tar
@@ -56,8 +56,15 @@ dependencies {
5656
5757 implementation(' com.google.auth:google-auth-library-oauth2-http:1.7.0' ) {
5858 exclude group : ' com.google.code.gson' , module : ' gson'
59+ exclude group : ' com.google.guava' , module : ' guava'
5960 }
6061
62+ implementation(' com.google.guava:guava' ) {
63+ version {
64+ strictly ' 32.0.1-android'
65+ }
66+ }
67+
6168 implementation(' com.turo:pushy:0.13.10' ) {
6269 exclude group : ' io.netty' , module : ' netty-codec-http2'
6370 exclude group : ' io.netty' , module : ' netty-handler-proxy'
@@ -67,19 +74,19 @@ dependencies {
6774
6875 implementation(' io.netty:netty-codec-http2' ) {
6976 version {
70- strictly ' 4.1.86 .Final'
77+ strictly ' 4.1.94 .Final'
7178 }
7279 }
7380
7481 implementation(' io.netty:netty-handler-proxy' ) {
7582 version {
76- strictly ' 4.1.86 .Final'
83+ strictly ' 4.1.94 .Final'
7784 }
7885 }
7986
8087 implementation(' io.netty:netty-resolver-dns' ) {
8188 version {
82- strictly ' 4.1.86 .Final'
89+ strictly ' 4.1.94 .Final'
8390 }
8491 }
8592
0 commit comments