Skip to content

Commit 5cd29f9

Browse files
committed
Prepare for release 3.0.8
1 parent a5b728c commit 5cd29f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.0.7
1+
VERSION_NAME=3.0.8
22
GROUP=com.airbnb.android
33
POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun.
44
POM_URL=https://github.com/airbnb/mavericks

sample/src/main/java/com/airbnb/mvrx/sample/core/BaseFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ abstract class BaseFragment(@LayoutRes containerLayoutId: Int = 0) : Fragment(co
99

1010
override fun onCreate(savedInstanceState: Bundle?) {
1111
super.onCreate(savedInstanceState)
12-
registerMockPrinter()
12+
registerMockPrinter()
1313
}
1414
}

0 commit comments

Comments
 (0)