Skip to content

Commit 17211f7

Browse files
authored
Release version 8.0.2
1 parent 397e860 commit 17211f7

File tree

52 files changed

+852
-32212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+852
-32212
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ test/javasource/pushnotifications/proxies/
44
test/javasource/system/proxies/
55
test/javasource/myfirstmodule/proxies/
66
test/javasource/encryption/proxies/
7+
test/javasource/*/proxies/
78
test/deployment/
89
test/.classpath
910
test/.mendix-cache/
1011
test/.project
1112
test/.svn/
1213
test/resources/Firestore/
14+
test/theme-cache/
1315

1416
*.launch
1517
*.tmp

build.gradle

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

2424
project.ext {
25-
PNC_VERSION = '8.0.1'
25+
PNC_VERSION = '8.0.2'
2626
MXBUILD_VERSION = '10.21.0.64362'
2727
MODULE_NAME = 'PushNotifications'
2828
}
@@ -74,19 +74,19 @@ dependencies {
7474

7575
implementation('io.netty:netty-codec-http2') {
7676
version {
77-
strictly '4.2.0.Final'
77+
strictly '4.2.5.Final'
7878
}
7979
}
8080

8181
implementation('io.netty:netty-handler-proxy') {
8282
version {
83-
strictly '4.2.0.Final'
83+
strictly '4.2.5.Final'
8484
}
8585
}
8686

8787
implementation('io.netty:netty-resolver-dns') {
8888
version {
89-
strictly '4.2.0.Final'
89+
strictly '4.2.5.Final'
9090
}
9191
}
9292

test/PushNotfications.mpr

0 Bytes
Binary file not shown.

test/javasource/atlas_nativemobile_content/proxies/constants/Constants.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/javasource/atlas_web_content/proxies/LoginContext.java

Lines changed: 0 additions & 263 deletions
This file was deleted.

test/javasource/datawidgets/proxies/Filter_Operators.java

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)