We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fca748 commit 0b93164Copy full SHA for 0b93164
README.md
@@ -33,7 +33,7 @@ buildscript {
33
}
34
35
dependencies {
36
- classpath 'com.jeppeman.mockposable:mockposable-gradle:0.14'
+ classpath 'com.jeppeman.mockposable:mockposable-gradle:0.15'
37
38
39
mockposable/gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=0.15-SNAPSHOT
+VERSION_NAME=0.16-SNAPSHOT
2
GROUP=com.jeppeman.mockposable
3
4
POM_DESCRIPTION=A tool that enables stubbing and verification of @Composable-annotated functions
0 commit comments