Skip to content

Commit 0669ab1

Browse files
author
Hussein Habibi Juybari
committed
Update LogTap dependency to version 0.12.0 in README
1 parent b5b11ef commit 0669ab1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
Add the dependency in your `build.gradle`:
4646

4747
```gradle
48-
debugImplementation 'com.github.Husseinhj.LogTap:logtap:v0.11.2'
49-
releaseImplementation 'com.github.Husseinhj.LogTap:logtap-noop:v0.11.2'
48+
debugImplementation 'com.github.Husseinhj.LogTap:logtap:v0.12.0'
49+
releaseImplementation 'com.github.Husseinhj.LogTap:logtap-noop:v0.12.0'
5050
```
5151

5252
> 💡 Always use the latest version from the [GitHub Releases](https://github.com/Husseinhj/LogTap/releases).
@@ -179,8 +179,8 @@ You can restrict LogTap only to a specific build flavor (e.g., `dev`) by declari
179179

180180
```gradle
181181
dependencies {
182-
devDebugImplementation 'com.github.Husseinhj.LogTap:logtap:v0.11.2'
183-
devReleaseImplementation 'com.github.Husseinhj.LogTap:logtap-noop:v0.11.2'
182+
devDebugImplementation 'com.github.Husseinhj.LogTap:logtap:v0.12.0'
183+
devReleaseImplementation 'com.github.Husseinhj.LogTap:logtap-noop:v0.12.0'
184184
}
185185
```
186186

@@ -208,9 +208,9 @@ android {
208208
- If you want the library only in the `dev` flavor, keep:
209209

210210
```gradle
211-
devDebugImplementation 'com.github.Husseinhj.LogTap:logtap:v0.11.2'
211+
devDebugImplementation 'com.github.Husseinhj.LogTap:logtap:v0.12.0'
212212
// (Optional) If you also build devRelease, use the noop artifact there:
213-
devReleaseImplementation 'com.github.Husseinhj.LogTap:logtap-noop:v0.11.2'
213+
devReleaseImplementation 'com.github.Husseinhj.LogTap:logtap-noop:v0.12.0'
214214
```
215215

216216
- If you prefer **no dependency at all** on release variants (including prod/staging), **do not** add a release dependency. We’ll provide **stubs** instead.

0 commit comments

Comments
 (0)