From 63658249d7d752f610f86faced9287962df06df8 Mon Sep 17 00:00:00 2001 From: Vivecstel Date: Thu, 24 Aug 2023 16:26:14 +0300 Subject: [PATCH] update version --- app/src/main/play/release-notes/de-DE/default.txt | 2 +- app/src/main/play/release-notes/el-GR/default.txt | 2 +- app/src/main/play/release-notes/en-US/default.txt | 2 +- app/src/main/play/release-notes/es-ES/default.txt | 2 +- app/src/main/play/release-notes/fr-FR/default.txt | 2 +- app/src/main/play/release-notes/hi-IN/default.txt | 2 +- app/src/main/play/release-notes/ru-RU/default.txt | 2 +- buildSrc/src/main/kotlin/AndroidConfiguration.kt | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/src/main/play/release-notes/de-DE/default.txt b/app/src/main/play/release-notes/de-DE/default.txt index 6b9a665e..74d7a55d 100644 --- a/app/src/main/play/release-notes/de-DE/default.txt +++ b/app/src/main/play/release-notes/de-DE/default.txt @@ -1 +1 @@ -Bibliotheken aktualisieren. \ No newline at end of file +Großes Update nach 1 Jahr. Weitere Beispiele hinzugefügt und alle Bibliotheken wurden aktualisiert. \ No newline at end of file diff --git a/app/src/main/play/release-notes/el-GR/default.txt b/app/src/main/play/release-notes/el-GR/default.txt index 8d83839d..35f1998c 100644 --- a/app/src/main/play/release-notes/el-GR/default.txt +++ b/app/src/main/play/release-notes/el-GR/default.txt @@ -1 +1 @@ -Ενημέρωση βιβλιοθηκών. \ No newline at end of file +Σημαντική ενημέρωση μετά από 1 χρόνο. Προστέθηκαν περισσότερα παραδείγματα και ενημερώθηκαν όλες οι βιβλιοθήκες. \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index bba7098f..8fce1345 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1 +1 @@ -Update libraries. \ No newline at end of file +Major update after 1 year. More examples added and all libraries were updated. \ No newline at end of file diff --git a/app/src/main/play/release-notes/es-ES/default.txt b/app/src/main/play/release-notes/es-ES/default.txt index b817dbfc..45c454dd 100644 --- a/app/src/main/play/release-notes/es-ES/default.txt +++ b/app/src/main/play/release-notes/es-ES/default.txt @@ -1 +1 @@ -Actualizar bibliotecas. \ No newline at end of file +Actualización importante después de 1 año. Se agregaron más ejemplos y se actualizaron todas las bibliotecas. \ No newline at end of file diff --git a/app/src/main/play/release-notes/fr-FR/default.txt b/app/src/main/play/release-notes/fr-FR/default.txt index af909872..fda74eae 100644 --- a/app/src/main/play/release-notes/fr-FR/default.txt +++ b/app/src/main/play/release-notes/fr-FR/default.txt @@ -1 +1 @@ -Mettre à jour les bibliothèques. \ No newline at end of file +Mise à jour majeure après 1 an. Plus d'exemples ajoutés et toutes les bibliothèques ont été mises à jour. \ No newline at end of file diff --git a/app/src/main/play/release-notes/hi-IN/default.txt b/app/src/main/play/release-notes/hi-IN/default.txt index 2b894a1b..6ebdd193 100644 --- a/app/src/main/play/release-notes/hi-IN/default.txt +++ b/app/src/main/play/release-notes/hi-IN/default.txt @@ -1 +1 @@ -पुस्तकालयों को अद्यतन करें। \ No newline at end of file +Основное обновление спустя 1 год. Добавлено больше примеров и обновлены все библиотеки. \ No newline at end of file diff --git a/app/src/main/play/release-notes/ru-RU/default.txt b/app/src/main/play/release-notes/ru-RU/default.txt index 68b3dbf6..6ebdd193 100644 --- a/app/src/main/play/release-notes/ru-RU/default.txt +++ b/app/src/main/play/release-notes/ru-RU/default.txt @@ -1 +1 @@ -Обновите библиотеки. \ No newline at end of file +Основное обновление спустя 1 год. Добавлено больше примеров и обновлены все библиотеки. \ No newline at end of file diff --git a/buildSrc/src/main/kotlin/AndroidConfiguration.kt b/buildSrc/src/main/kotlin/AndroidConfiguration.kt index cfaeca28..333cecb8 100644 --- a/buildSrc/src/main/kotlin/AndroidConfiguration.kt +++ b/buildSrc/src/main/kotlin/AndroidConfiguration.kt @@ -7,8 +7,8 @@ object AndroidConfiguration { const val targetSdk = compileSdk const val appId = "com.steleot.jetpackcompose.playground" - const val versionCode = 69 - const val versionName = "4.16.0" + const val versionCode = 70 + const val versionName = "5.0.0" private const val branch = "develop" const val appHost = "app"