ADDED EXPORT FUNCTIONALITY

This commit is contained in:
odweta
2026-04-03 19:16:20 +02:00
parent 2b4e64c72f
commit 6089ccda45
12 changed files with 158 additions and 31 deletions
+1 -2
View File
@@ -20,12 +20,11 @@ android {
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "app.odweta.novehlasky"
// 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
targetSdk = flutter.targetSdkVersion
targetSdk = 33
versionCode = flutter.versionCode
versionName = flutter.versionName
}
@@ -1,6 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.odweta.novehlasky">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application
android:label="frontend"
android:name="${applicationName}"