Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 685b9e71 authored by JavaCafe01's avatar JavaCafe01
Browse files

Bug fixes

parent c142cf1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ android {
        applicationId "com.gsnathan.pdfviewer"
        minSdkVersion 21
        targetSdkVersion 26
        versionCode 8
        versionName "1.7"
        versionCode 9
        versionName "1.8"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        vectorDrawables.useSupportLibrary = true

+2 −2
Original line number Diff line number Diff line
@@ -136,9 +136,9 @@ public class AboutActivity extends AppCompatActivity{
                )
                .addAttributions(
                        new Attribution.Builder("Material Design Icons")
                                .addCopyrightNotice("Copyright 2016 Arleu Cezar Vansuita Júnior")
                                .addCopyrightNotice("Copyright 2014, Austin Andrews")
                                .addLicense("SIL Open Font", "https://github.com/Templarian/MaterialDesign/blob/master/LICENSE")
                                .setWebsite("https://github.com/jrvansuita/MaterialAbout")
                                .setWebsite("https://materialdesignicons.com/")
                                .build()
                )
                .addAttributions(
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">

    <changelogversion versionName="1.8" changeDate="May 18, 2018">
        <changelogtext>[b]Fix![/b] Bug fixes</changelogtext>
    </changelogversion>

    <changelogversion versionName="1.7" changeDate="May 16, 2018">
        <changelogtext>[b]New![/b] Share the pdf</changelogtext>
        <changelogtext>[b]New![/b] About page</changelogtext>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    <string name="action_about">About</string>
    <string name="version">Version</string>
    <string name="intro">Replay Intro</string>
    <string name="author">Author</string>
    <string name="author">Gokul Swaminathan</string>
    <string name="email">Email</string>
    <string name="description_open">Of course this app is open source. You always have the privilege to make your own modifications to this app. The source code link is in the about section.</string>
    <string name="title_open">Freedom</string>