Skip to content

Commit

Permalink
Merge pull request #33 from theGlenn/release-0.11.4
Browse files Browse the repository at this point in the history
release 0.11.4
  • Loading branch information
theGlenn committed Dec 10, 2023
2 parents edc959a + 869e5c1 commit 481ecfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
// Include `flipperandroidnoop` and `soloadernoop` individually
releaseImplementation 'com.github.theGlenn.flipper-android-no-op:flipperandroidnoop:0.11.0'
releaseImplementation 'com.github.theGlenn.flipper-android-no-op:soloadernoop:0.11.0'
releaseImplementation 'com.github.theGlenn.flipper-android-no-op:flipperandroidnoop:0.11.4'
releaseImplementation 'com.github.theGlenn.flipper-android-no-op:soloadernoop:0.11.4'
// Includes both libraries
releaseImplementation 'com.github.theGlenn:flipper-android-no-op:0.10.0'
releaseImplementation 'com.github.theGlenn:flipper-android-no-op:0.11.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion flipperandroidnoop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.theGlenn.flipper-android-no-op'
artifactId = 'flipperandroidnoop'
version = '0.11.3'
version = '0.11.4'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion soloadernoop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.theGlenn.flipper-android-no-op'
artifactId = 'soloadernoop'
version = '0.11.3'
version = '0.11.4'
}
}
}
Expand Down

0 comments on commit 481ecfd

Please sign in to comment.