diff --git a/.DS_Store b/.DS_Store index 66a0b5a..8971bd1 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/source/android/app/build.gradle b/source/android/app/build.gradle index 36b4dc9..a92cef1 100644 --- a/source/android/app/build.gradle +++ b/source/android/app/build.gradle @@ -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 { diff --git a/source/android/app/release/app-release.apk b/source/android/app/release/app-release.apk new file mode 100644 index 0000000..c17814e Binary files /dev/null and b/source/android/app/release/app-release.apk differ diff --git a/source/android/app/release/output-metadata.json b/source/android/app/release/output-metadata.json new file mode 100644 index 0000000..6392e1c --- /dev/null +++ b/source/android/app/release/output-metadata.json @@ -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" +} \ No newline at end of file diff --git a/uuvpn_apk/pwd.txt b/uuvpn_apk/pwd.txt new file mode 100644 index 0000000..ba5889c --- /dev/null +++ b/uuvpn_apk/pwd.txt @@ -0,0 +1 @@ +223223 \ No newline at end of file diff --git a/uuvpn_apk/uuvpn.key b/uuvpn_apk/uuvpn.key new file mode 100644 index 0000000..d13d880 Binary files /dev/null and b/uuvpn_apk/uuvpn.key differ