Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Dec 14, 2024
1 parent 48a7c96 commit eb1b409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object AndroidConfig {
const val compileSdk = 35
const val targetSdk = 34

const val versionName = "1.6.11"
const val versionCode = 48
const val versionName = "1.6.12"
const val versionCode = 49

const val kotlinVersion = "2.1.0"
const val kspVersion = "2.1.0-1.0.29"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Request users to grant the 'PROJECT_MEDIA' permission on Android 15+ due to new screen sharing restrictions

0 comments on commit eb1b409

Please sign in to comment.