Skip to content

Commit cd0900b

Browse files
authored
Update module and test project to v7.1.3 (#107)
* Update module and test project to v7.1.3 * Update version number in gradle file
1 parent f7e5e72 commit cd0900b

33 files changed

Lines changed: 13 additions & 6 deletions

File tree

build.gradle

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ apply plugin: 'org.owasp.dependencycheck'
2222
apply plugin: 'com.github.ben-manes.versions'
2323

2424
project.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

3030
def runtimeLibs = "$buildDir/runtime/bundles"
3131
def 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

3636
configurations {
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

test/PushNotfications.mpr

0 Bytes
Binary file not shown.

test/userlib/bcpg-jdk15on-1.69.jar

-333 KB
Binary file not shown.
298 KB
Binary file not shown.

test/userlib/bcpg-jdk15on-1.69.jar.Encryption.RequiredLib renamed to test/userlib/netty-buffer-4.1.94.Final.jar.PushNotifications.RequiredLib

File renamed without changes.

test/userlib/netty-buffer-4.1.86.Final.jar.PushNotifications.RequiredLib renamed to test/userlib/netty-codec-4.1.94.Final.jar.PushNotifications.RequiredLib

File renamed without changes.
65.3 KB
Binary file not shown.

test/userlib/netty-codec-4.1.86.Final.jar.PushNotifications.RequiredLib renamed to test/userlib/netty-codec-dns-4.1.94.Final.jar.PushNotifications.RequiredLib

File renamed without changes.
636 KB
Binary file not shown.

0 commit comments

Comments
 (0)