1
This commit is contained in:
Zeus
2024-07-24 15:08:29 +08:00
parent 8791e792a9
commit 4a2d8bd788
6 changed files with 26 additions and 4 deletions
+5 -4
View File
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-parcelize'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 33
compileSdk 34
ndkVersion flutter.ndkVersion
compileOptions {
@@ -46,12 +46,13 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.sail_tunnel.sail"
applicationId "com.vpntunnel.vpnzeus"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 26
minSdkVersion 28
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28
// targetSdkVersion 34
compileSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
// ndk {
Binary file not shown.
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.vpntunnel.vpnzeus",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}