Skip to content

Commit

Permalink
upgrade lib versions for push
Browse files Browse the repository at this point in the history
  • Loading branch information
mmehmetAliIzci committed Oct 20, 2020
1 parent 4d1658c commit 65e77d1
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,32 @@ dependencies {
compile group: 'commons-codec', name: 'commons-codec', version: '1.13'
compile group: 'com.google.api-client', name: 'google-api-client', version: '1.30.4'
compile group: 'io.netty', name: 'netty-tcnative', version: '2.0.26.Final'
compile group: 'io.netty', name: 'netty-resolver-dns', version: '4.1.53.Final'
compile group: 'com.turo', name: 'pushy', version: '0.13.9'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.28'

compile('io.netty:netty-codec-http2') {
version {
strictly '4.1.53.Final'
}
}

compile('io.netty:netty-handler-proxy') {
version {
strictly '4.1.53.Final'
}
}

compile('io.netty:netty-resolver-dns') {
version {
strictly '4.1.53.Final'
}
}

compile('io.netty:netty-all') {
version {
strictly '4.1.53.Final'
}
}
tar "runtime:mxbuild:${project.MXBUILD_VERSION}@tar.gz"
}

Expand Down
Binary file modified test/PushNotfications.mpr
Binary file not shown.
Binary file added test/userlib/netty-all-4.1.53.Final.jar
Binary file not shown.
Binary file removed test/userlib/netty-codec-http-4.1.37.Final.jar
Binary file not shown.
Binary file added test/userlib/netty-codec-http-4.1.53.Final.jar
Binary file not shown.
Binary file removed test/userlib/netty-codec-http2-4.1.37.Final.jar
Binary file not shown.
Binary file added test/userlib/netty-codec-http2-4.1.53.Final.jar
Binary file not shown.
Binary file removed test/userlib/netty-codec-socks-4.1.37.Final.jar
Binary file not shown.
Binary file added test/userlib/netty-codec-socks-4.1.53.Final.jar
Binary file not shown.
Binary file removed test/userlib/netty-handler-proxy-4.1.37.Final.jar
Binary file not shown.
Binary file added test/userlib/netty-handler-proxy-4.1.53.Final.jar
Binary file not shown.
Empty file.

0 comments on commit 65e77d1

Please sign in to comment.