From 775cea84a4d1a3223e0662658dce99bf21fb77bb Mon Sep 17 00:00:00 2001 From: edr Date: Sat, 24 Feb 2024 16:45:58 +0100 Subject: [PATCH] v1.2 --- app/build.gradle | 4 ++-- fastlane/metadata/android/de-DE/full_description.txt | 7 ++----- fastlane/metadata/android/en-US/full_description.txt | 7 ++----- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c8b4b59..e8c6100 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 21 //noinspection ExpiredTargetSdkVersion targetSdkVersion 26 - versionCode 11 - versionName "1.1" + versionCode 12 + versionName "1.2" } buildTypes { diff --git a/fastlane/metadata/android/de-DE/full_description.txt b/fastlane/metadata/android/de-DE/full_description.txt index c96af7a..3131ace 100644 --- a/fastlane/metadata/android/de-DE/full_description.txt +++ b/fastlane/metadata/android/de-DE/full_description.txt @@ -1,9 +1,6 @@

Ein quelloffenes Babyfon für Android

-

Child Monitor lässt zwei Androidgeräte als Babyfon fungieren. Das erste Gerät bleibt im Kinderzimmer. Das zweite Gerät kann sich über das Netzwerk mit ihm verbinden und einen Audiostream empfangen.

-

Dieses Projekt ist ein Fork von Protect Baby Monitor, welches von seinem Entwickler als "on hiatus" (pausiert) gekennzeichnet wurde.

-

Child Monitor funktioniert auf Android 5.0 (Lollipop) und neuer, d.h. ab Android SDK 21.

- -

Achtung: Ab Version 1.0 ist Child Monitor inkompatibel mit älteren Versionen!

+

Achtung: Diese Version von Child Monitor ist inkompatibel zu älteren Versionen als 1.0!

+

Neu in dieser Version: Child Monitor kann im Hintergrund weiterlaufen!

diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index cf9dd72..3a42103 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,9 +1,6 @@

An Open Source Child Monitor for Android

-

Child Monitor allows two Android devices to act as a baby monitor. The first device, left in the room with the baby, will advertise itself on the network and stream audio to a connected client. The second device, with the parent, will connect to the monitoring device and receive an audio stream.

-

The project is a fork of Protect Baby Monitor which is declared as "on hiatus" by its developer.

-

Child Monitor works on Android 5.0 (Lollipop) and newer, i.e. Android SDK 21.

- -

Warning: As of version 1.0 Child Monitor is incompatible with older versions!

+

Warning: This version of Child Monitor is incompatible with versions older than 1.0!

+

New in this release: Child Monitor can continue to run in the background!