Skip to content

Commit

Permalink
Update : version
Browse files Browse the repository at this point in the history
  • Loading branch information
koreatlwls committed Aug 7, 2024
1 parent a843f09 commit 6f231d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To integrate Hi-Jack-Mocker into your Android project, follow these steps:
You can add the project dependency using the following code:

```groovy
debugImplementation("io.github.koreatlwls:hjm:0.1.8")
debugImplementation("io.github.koreatlwls:hjm:0.2.0")
```
> Note: This dependency must be added with `debugImplementation` and should not be included in the release environment.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android.nonTransitiveRClass=true
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=io.github.koreatlwls
VERSION_NAME=0.1.8
VERSION_NAME=0.2.0
POM_NAME=Hi-Jack-Mocker
POM_DESCRIPTION=Hi-Jack-Mocker is a project that leverages OkHttp3's interceptor to intercept and modify network requests and responses, allowing you to verify the UI easily.
POM_INCEPTION_YEAR=2024
Expand Down

0 comments on commit 6f231d0

Please sign in to comment.