diff --git a/.vscode/settings.json b/.vscode/settings.json index 39657137..8e818264 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "cmake.sourceDirectory": "E:/ultimate_alarm_clock/linux" + "cmake.sourceDirectory": "E:/ultimate_alarm_clock/linux", + "java.configuration.updateBuildConfiguration": "automatic" } \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index 3da777f2..3d743a50 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,6 +33,8 @@ if (keystorePropertiesFile.exists()) { } android { + // namespace "com.example.fl_location" + namespace "com.ccextractor.ultimate_alarm_clock" compileSdkVersion 34 ndkVersion flutter.ndkVersion @@ -94,8 +96,8 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.10" - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10" + // implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.22" + // implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10" implementation platform('com.google.firebase:firebase-bom:32.0.0') // Updated Firebase BOM to latest implementation 'com.google.firebase:protolite-well-known-types:18.0.0' implementation("com.android.volley:volley:1.2.1") diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 64507121..940b592e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -122,6 +122,15 @@ android:hardwareAccelerated="true" android:theme="@style/LaunchTheme" android:windowSoftInputMode="adjustResize" /> + + + + + + + + +