Skip to content

Commit

Permalink
Update tester link
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Jan 7, 2022
1 parent d426b62 commit 31702c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
.setPositiveButton(R.string.button_okay, (d, id1) -> {
PreferenceManager.getDefaultSharedPreferences(getApplicationContext())
.edit().putBoolean("new_app_alert", true).apply();
Intent intent = new Intent("android.intent.action.VIEW", Uri.parse("https://play.google.com/store/apps/details?id=studip_uni_passau.femtopedia.de.unipassaustudip"));
Intent intent = new Intent("android.intent.action.VIEW", Uri.parse("https://play.google.com/apps/testing/studip_uni_passau.femtopedia.de.unipassaustudip"));
playStoreLauncher.launch(intent);
}).setNegativeButton(R.string.button_cancel, (d, id1) -> finishCreate())
.create();
Expand Down

0 comments on commit 31702c5

Please sign in to comment.