commit 170825 daham Rechner

This commit is contained in:
2025-08-17 21:28:59 +02:00
parent 503f66756e
commit 3df1be39a8
24 changed files with 1273 additions and 22 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
android {
ndkVersion = "25.1.8937393"
namespace = "io.appwrite.flutter"
ndkVersion = "27.0.12077973"
namespace = "com.example.flutter_new_tank_app310725"
compileSdk = flutter.compileSdkVersion
compileOptions {
@@ -19,7 +19,7 @@ android {
}
defaultConfig {
applicationId = "io.appwrite.flutter"
applicationId = "com.example.flutter_new_tank_app310725"
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion

View File

@@ -11,6 +11,8 @@
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:label="Tank Guru">
<service android:name="com.baseflow.geolocator.GeolocatorLocationService"
android:foregroundServiceType="location" />
<activity
android:name=".MainActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

View File

@@ -1,4 +1,4 @@
package io.appwrite.flutter
package com.example.flutter_new_tank_app310725
import io.flutter.embedding.android.FlutterActivity

View File

@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip