Skip to content

Commit

Permalink
Merge pull request #31 from babydots/bump-for-release-v1.3.0
Browse files Browse the repository at this point in the history
Bump for release v1.3.0 + translations + bump target SDK
  • Loading branch information
pserwylo authored Jul 23, 2024
2 parents 95030df + 2440e62 commit 689c625
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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 {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 689c625

Please sign in to comment.