update app
This commit is contained in:
@ -10,8 +10,8 @@ android {
|
||||
applicationId "it.purser.stream"
|
||||
minSdkVersion 25
|
||||
targetSdkVersion 29
|
||||
versionCode 108
|
||||
versionName "108.0"
|
||||
versionCode 109
|
||||
versionName "109.0"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@ -28,4 +28,4 @@ android {
|
||||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.+'
|
||||
}
|
||||
}
|
||||
|
@ -58,7 +58,6 @@ public class ShareActivity extends Activity {
|
||||
builder.scheme("https");
|
||||
builder.path(upstream.uri.getPath());
|
||||
builder.appendQueryParameter("provider", upstream.provider);
|
||||
builder.appendQueryParameter("render", "true");
|
||||
Intent launch = new Intent(Intent.ACTION_VIEW, builder.build());
|
||||
launch.setPackage("com.android.chrome");
|
||||
launch.putExtra("android.support.customtabs.extra.SESSION", "Proxy Stream");
|
||||
@ -67,4 +66,4 @@ public class ShareActivity extends Activity {
|
||||
}
|
||||
finish();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user