diff --git a/.idea/migrations.xml b/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index cfce725..c0c3cda 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,15 +6,15 @@ plugins { android { - compileSdkVersion 33 + compileSdk 34 buildToolsVersion "30.0.3" defaultConfig { applicationId "com.serwylo.babyphone" minSdkVersion 26 - targetSdkVersion 33 - versionCode 17 - versionName "1.2.1" + targetSdkVersion 34 + versionCode 18 + versionName "1.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -34,6 +34,10 @@ android { // Error: When targeting Android 13 or higher, posting a permission requires holding the POST_NOTIFICATIONS permission (usage from com.squareup.picasso.RemoteViewsAction.NotificationAction) [NotificationPermission] // Although we use this library, we don't use the part of the library. disable 'NotificationPermission' + + // Community derrived translations, we are thankful for all translations ew get, so no need + // to fail the build if some are missing. + disable 'MissingTranslation' } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt new file mode 100644 index 0000000..c0c026d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.txt @@ -0,0 +1,9 @@ +Translations: +* Chinese (Simplified) (thanks to @clonewith) +* Interlingua (thanks to @softinterlingua) +* Spanish (thanks to @gallegonovato) + +Misc: + * Bumped target SDK to 34. + +Want to see this app in your language? Please join us on Weblate to contribute a translation.