prototype complete

This commit is contained in:
2025-07-14 01:04:53 +02:00
parent 03d0f77ac2
commit 44d21b3f14
69 changed files with 5033 additions and 765 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.qpay"
namespace = "zw.co.qantra.qpay"
compileSdk = flutter.compileSdkVersion
ndkVersion = "27.0.12077973"
@@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.qpay"
applicationId = "zw.co.qantra.qpay"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
@@ -39,6 +39,10 @@ android {
}
}
dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
}
flutter {
source = "../.."
}