Skip to content

Commit

Permalink
Prepare for release 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart committed Dec 4, 2023
1 parent a5b728c commit 5cd29f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.0.7
VERSION_NAME=3.0.8
GROUP=com.airbnb.android
POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun.
POM_URL=https://github.com/airbnb/mavericks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ abstract class BaseFragment(@LayoutRes containerLayoutId: Int = 0) : Fragment(co

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
registerMockPrinter()
registerMockPrinter()
}
}

0 comments on commit 5cd29f9

Please sign in to comment.