diff --git a/.metadata b/.metadata index 9fe72b1..bef11fe 100644 --- a/.metadata +++ b/.metadata @@ -4,8 +4,8 @@ # This file should be version controlled. version: - revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 - channel: beta + revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 + channel: stable project_type: app @@ -13,23 +13,23 @@ project_type: app migration: platforms: - platform: root - create_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 - base_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 + create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 + base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 - platform: android - create_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 - base_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 + create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 + base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 - platform: ios - create_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 - base_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 + create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 + base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 - platform: linux - create_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 - base_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 + create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 + base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 - platform: macos - create_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 - base_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 + create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 + base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 - platform: windows - create_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 - base_revision: 75927305ff855f76a9ef704f9b4a86fa2fce7292 + create_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 + base_revision: f468f3366c26a5092eb964a230ce7892fda8f2f8 # User provided section diff --git a/README.md b/README.md index 6a1105a..7f79e9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # Daily Diary - -F-droid version -Github version +[![Github version](https://img.shields.io/github/v/release/Voklen/daily-diary.svg?logo=github)](https://github.com/Voklen/Daily-Diary/releases/latest) +[![F-droid version](https://img.shields.io/f-droid/v/com.voklen.daily_diary.svg?logo=F-Droid)](https://f-droid.org/packages/com.voklen.daily_diary/) Jot down whatever you want throughout the day and the app will reset the next morning. All previous days are stored in plaintext files which can be exported and moved to a different device. diff --git a/android/app/build.gradle b/android/app/build.gradle index 6cfd9ad..920b44d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,6 +32,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { + namespace "com.voklen.daily_diary" compileSdkVersion flutter.compileSdkVersion ndkVersion flutter.ndkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 5e0b3bc..399f698 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - +