We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6be60 commit e1057d0Copy full SHA for e1057d0
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
---
5
6
## master
7
+
8
+## 2.3.0
9
* Fix issues #86 and #113
10
11
## 2.2.0
gradle.properties
@@ -18,7 +18,7 @@ android.useAndroidX=true
18
# Automatically convert third-party libraries to use AndroidX
19
android.enableJetifier=true
20
GROUP=com.careem.mockingbird
21
-VERSION=2.3.0-SNAPSHOT
+VERSION=2.3.0
22
POM_NAME=mockingbird
23
POM_DESCRIPTION=A Koltin multiplatform library that provides an easier way to mock and write unit tests for a multiplatform project
24
POM_SCM_URL=https://github.com/careem/mockingbird
0 commit comments