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

Commit 998933e0 authored by tibbi's avatar tibbi
Browse files

fixing a constant at licenses

parent 2890dad4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '4.3.24'
        propVersionName = '4.3.25'
        kotlin_version = '1.2.50'
        support_libs = '27.1.1'
    }
+1 −1
Original line number Diff line number Diff line
@@ -68,6 +68,6 @@ class LicenseActivity : BaseSimpleActivity() {
            License(LICENSE_NUMBER_PICKER, R.string.number_picker_title, R.string.number_picker_text, R.string.number_picker_url),
            License(LICENSE_EXOPLAYER, R.string.exoplayer_title, R.string.exoplayer_text, R.string.exoplayer_url),
            License(LICENSE_PANORAMA_VIEW, R.string.panorama_view_title, R.string.panorama_view_text, R.string.panorama_view_url),
            License(LICENSE_EXOPLAYER, R.string.sanselan_title, R.string.sanselan_text, R.string.sanselan_url)
            License(LICENSE_SANSELAN, R.string.sanselan_title, R.string.sanselan_text, R.string.sanselan_url)
    )
}