mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 12:18:59 +00:00
Update AboutLibraries to 5.3.3
This commit is contained in:
parent
6e21ffa18a
commit
1ebf256cd1
2 changed files with 3 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ dependencies {
|
|||
compile 'com.github.porokoro.paperboy:paperboy:2.1.0'
|
||||
|
||||
// About View for all dependent Libraries, we are using
|
||||
compile('com.mikepenz:aboutlibraries:5.0.5@aar') {
|
||||
compile('com.mikepenz:aboutlibraries:5.3.3@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -116,8 +116,8 @@ public class AboutActivity extends AppCompatActivity {
|
|||
.withAboutVersionShown(true)
|
||||
.withAboutVersionShownCode(true)
|
||||
.withAboutVersionShownName(true)
|
||||
.withAnimations(true)
|
||||
.fragment();
|
||||
.withSlideInAnimation(true)
|
||||
.supportFragment();
|
||||
case 2:
|
||||
PaperboyBuilder builder = new PaperboyBuilder(AboutActivity.this)
|
||||
.setViewType(ViewTypes.HEADER)
|
||||
|
|
|
|||
Loading…
Reference in a new issue