Browse Source
no more midnight coding
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with
3 additions and
3 deletions
-
app/build.gradle
-
app/src/main/java/awais/instagrabber/fragments/settings/AboutFragment.java
|
|
@ -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; |
|
|
|
}); |
|
|
|