commit 170825 daham Rechner
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package io.appwrite.flutter
|
||||
package com.example.flutter_new_tank_app310725
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user