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 74d7a55d..6b9a665e 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 @@ -Großes Update nach 1 Jahr. Weitere Beispiele hinzugefügt und alle Bibliotheken wurden aktualisiert. \ No newline at end of file +Bibliotheken aktualisieren. \ 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 35f1998c..8d83839d 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 @@ -Σημαντική ενημέρωση μετά από 1 χρόνο. Προστέθηκαν περισσότερα παραδείγματα και ενημερώθηκαν όλες οι βιβλιοθήκες. \ No newline at end of file +Ενημέρωση βιβλιοθηκών. \ 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 8fce1345..bba7098f 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 @@ -Major update after 1 year. More examples added and all libraries were updated. \ No newline at end of file +Update libraries. \ 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 45c454dd..b817dbfc 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 @@ -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 +Actualizar 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 fda74eae..af909872 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 @@ -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 +Mettre à jour les bibliothèques. \ 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 6ebdd193..33a02c01 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 @@ -Основное обновление спустя 1 год. Добавлено больше примеров и обновлены все библиотеки. \ No newline at end of file +पुस्तकालयों को अद्यतन करें. \ 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 6ebdd193..e550ab64 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 @@ -Основное обновление спустя 1 год. Добавлено больше примеров и обновлены все библиотеки. \ No newline at end of file +Обновить библиотеки. \ No newline at end of file diff --git a/buildSrc/src/main/kotlin/AndroidConfiguration.kt b/buildSrc/src/main/kotlin/AndroidConfiguration.kt index 333cecb8..8f306792 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 = 70 - const val versionName = "5.0.0" + const val versionCode = 71 + const val versionName = "5.1.0" private const val branch = "develop" const val appHost = "app"