no more midnight coding
This commit is contained in:
parent
6aead8ff2b
commit
63d30a9c2e
@ -10,8 +10,8 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 50
|
||||
versionName '19.0-a1'
|
||||
versionCode 51
|
||||
versionName '19.0-a2'
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
|
@ -167,7 +167,7 @@ public class AboutFragment extends BasePreferencesFragment {
|
||||
preference.setIconSpaceReserved(false);
|
||||
preference.setOnPreferenceClickListener(p -> {
|
||||
final Intent intent = new Intent(Intent.ACTION_VIEW);
|
||||
intent.setData(Uri.parse("https://exoplayer.dev/"));
|
||||
intent.setData(Uri.parse("https://materialdesignicons.com/"));
|
||||
startActivity(intent);
|
||||
return true;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user