Skip to content

Commit

Permalink
Update module and test project to v7.1.3 (#107)
Browse files Browse the repository at this point in the history
* Update module and test project to v7.1.3
* Update version number in gradle file
  • Loading branch information
MxMurshed authored Jul 17, 2023
1 parent f7e5e72 commit cd0900b
Show file tree
Hide file tree
Showing 33 changed files with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ apply plugin: 'org.owasp.dependencycheck'
apply plugin: 'com.github.ben-manes.versions'

project.ext {
PNC_VERSION = '7.1.0'
PNC_VERSION = '7.1.3'
MXBUILD_VERSION = '9.18.0.53394'
MODULE_NAME = 'PushNotifications'
}

def runtimeLibs = "$buildDir/runtime/bundles"
def monoPath = '/Library/Frameworks/Mono.framework/Versions/Current/Commands'

def userLibDir = "$projectDir/test/userlib"
def testProject = "$projectDir/test/PushNotfications.mpr"
def userLibDir = "$projectDir/userlib-generated"
def testProject = "$projectDir/PushNotfications.mpr"

configurations {
tar
Expand All @@ -56,8 +56,15 @@ dependencies {

implementation('com.google.auth:google-auth-library-oauth2-http:1.7.0') {
exclude group: 'com.google.code.gson', module: 'gson'
exclude group: 'com.google.guava', module: 'guava'
}

implementation('com.google.guava:guava') {
version {
strictly '32.0.1-android'
}
}

implementation('com.turo:pushy:0.13.10') {
exclude group: 'io.netty', module: 'netty-codec-http2'
exclude group: 'io.netty', module: 'netty-handler-proxy'
Expand All @@ -67,19 +74,19 @@ dependencies {

implementation('io.netty:netty-codec-http2') {
version {
strictly '4.1.86.Final'
strictly '4.1.94.Final'
}
}

implementation('io.netty:netty-handler-proxy') {
version {
strictly '4.1.86.Final'
strictly '4.1.94.Final'
}
}

implementation('io.netty:netty-resolver-dns') {
version {
strictly '4.1.86.Final'
strictly '4.1.94.Final'
}
}

Expand Down
Binary file modified test/PushNotfications.mpr
Binary file not shown.
Binary file removed test/userlib/bcpg-jdk15on-1.69.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed test/userlib/netty-resolver-dns-4.1.86.Final.jar
Binary file not shown.
Binary file added test/userlib/netty-resolver-dns-4.1.94.Final.jar
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.

0 comments on commit cd0900b

Please sign in to comment.