Skip to content

Commit

Permalink
Bump for release v1.3.0 + bump target SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
pserwylo committed Jul 23, 2024
1 parent 95030df commit 47a3b46
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 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 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 47a3b46

Please sign in to comment.