Update AboutLibraries to 5.3.3

This commit is contained in:
Negue 2015-12-13 00:55:40 +01:00
parent 6e21ffa18a
commit 1ebf256cd1
2 changed files with 3 additions and 3 deletions

View file

@ -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
}

View file

@ -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)