Skip to content

Commit 02d2953

Browse files
committed
Release 0.2.3
1 parent 0de210c commit 02d2953

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
Version 0.2.3
5+
----------------------------
6+
* Check if debugger has DevTools connection before sending messages from J2V8. If not, resume debugger (prevents getting stuck in paused state).
7+
48
Version 0.2.2
59
----------------------------
610
* Setting breakpoints during debugging (paused) doesn't kill DevTools. Next execution will pick up breakpoint.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626
Add dependency in *gradle.build* file of your app module
2727
```gradle
2828
dependencies {
29-
implementation ('com.github.AlexTrotsenko:j2v8-debugger:0.2.2') // {
29+
implementation ('com.github.AlexTrotsenko:j2v8-debugger:0.2.3') // {
3030
// optionally J2V8 can be excluded if specific version of j2v8 is needed or defined by other libs
3131
// exclude group: 'com.eclipsesource.j2v8'
3232
// }

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
1313
# org.gradle.parallel=true
1414

1515
#publishing settings for Gradle build script
16-
VERSION_NAME=0.2.2
16+
VERSION_NAME=0.2.3
1717
#make group name of local build to be the same as by JitPack builds
1818
GROUP_NAME=com.github.AlexTrotsenko
1919
android.useAndroidX=true

0 commit comments

Comments
 (0)