We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b728c commit 5cd29f9Copy full SHA for 5cd29f9
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=3.0.7
+VERSION_NAME=3.0.8
2
GROUP=com.airbnb.android
3
POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun.
4
POM_URL=https://github.com/airbnb/mavericks
sample/src/main/java/com/airbnb/mvrx/sample/core/BaseFragment.kt
@@ -9,6 +9,6 @@ abstract class BaseFragment(@LayoutRes containerLayoutId: Int = 0) : Fragment(co
9
10
override fun onCreate(savedInstanceState: Bundle?) {
11
super.onCreate(savedInstanceState)
12
- registerMockPrinter()
+ registerMockPrinter()
13
}
14
0 commit comments