From 79e3831b69611a797e6143cafb75c402b0b03d4f Mon Sep 17 00:00:00 2001 From: Merlin Dienst Date: Tue, 17 Dec 2024 23:16:51 +0100 Subject: [PATCH 1/7] changed package name --- README.md | 2 +- android/.gitignore | 4 ++++ android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- .../opennutritracker/ont/opennutritracker/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- android/gradle.properties | 1 + android/gradle/wrapper/gradle-wrapper.properties | 3 ++- ios/Runner.xcodeproj/project.pbxproj | 6 +++--- 10 files changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a1b6159..1c548ab 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ OpenNutriTracker is an open-source mobile application designed to simplify nutri ## Install [](https://testflight.apple.com/join/j7uKoEDl) -[](https://play.google.com/store/apps/details?id=com.opennutritracker.ont.opennutritracker) +[](https://play.google.com/store/apps/details?id=com.doktormerlin.ont.opennutritracker) ## Key Features - **🍎 Nutritional Tracking:** Easily log your meals and snacks, and access a vast database of food items and ingredients to get detailed nutritional information. diff --git a/android/.gitignore b/android/.gitignore index 6f56801..37be946 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -11,3 +11,7 @@ GeneratedPluginRegistrant.java key.properties **/*.keystore **/*.jks + +# Adding gradle.properties because of changes regarding the JDK version. +# Android Studio 2024.3 ships with JDK 21, which is incompatible with the required gradle 7.6.1 +gradle.properties \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index e99dc19..7c44592 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -46,7 +46,7 @@ android { } defaultConfig { - applicationId "com.opennutritracker.ont.opennutritracker" + applicationId "com.doktormerlin.ont.opennutritracker" minSdkVersion 21 targetSdkVersion 34 versionCode flutterVersionCode.toInteger() diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 34eed1c..1eb5596 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.doktormerlin.ont.opennutritracker">