This commit is contained in:
parent
cd939d2373
commit
eb8a5bfd62
@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
namespace 'net.crystalyx.sharewithtitle'
|
||||
compileSdk 33
|
||||
compileSdk 34
|
||||
defaultConfig {
|
||||
applicationId "net.crystalyx.sharewithtitle"
|
||||
minSdkVersion 11
|
||||
targetSdkVersion 33
|
||||
versionCode 8
|
||||
versionName "1.6"
|
||||
targetSdkVersion 34
|
||||
versionCode 9
|
||||
versionName "1.7"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
@ -5,7 +5,6 @@ import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
import android.widget.Toast;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URI;
|
||||
import java.net.URL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user