Skip to content

Commit

Permalink
Merge branch 'release/0.0.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ribesg committed Apr 26, 2024
2 parents 4dd9fcf + 7e8f33a commit e956b01
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val artifactId = "cinematic.journey"
val groupId = "com.wizbii"
val packageId = "$groupId.$artifactId"

val appVersionName = "0.0.13"
val appVersionName = "0.0.14"
val appVersionCode = appVersionName
.removeSuffix("-SNAPSHOT")
.split('.')
Expand Down
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ androidx-splashscreen = "1.0.1"
coil = "3.0.0-alpha06"
decompose = "3.0.0-beta01"
essenty = "2.0.0-beta02"
instantapps = "17.0.0"
kermit = "2.0.3"
koin = "3.5.6"
konsist = "0.15.1"
Expand Down Expand Up @@ -92,6 +93,7 @@ common-test = [
android-main = [
"androidx-activity-compose",
"androidx-splashscreen",
"instantapps",
"ktor-client-okhttp",
"slf4j-android",
"sqldelight-android",
Expand Down Expand Up @@ -137,6 +139,8 @@ decompose-extensions-compose = { module = "com.arkivanov.decompose:extensions-co

essenty-lifecycle = { module = "com.arkivanov.essenty:lifecycle", version.ref = "essenty" }

instantapps = { module = "com.google.android.gms:play-services-instantapps", version.ref = "instantapps" }

kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
kermit-koin = { module = "co.touchlab:kermit-koin", version.ref = "kermit" }

Expand Down
6 changes: 5 additions & 1 deletion src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
xmlns:dist="http://schemas.android.com/apk/distribution"
xmlns:tools="http://schemas.android.com/tools"
android:targetSandboxVersion="2">

<dist:module dist:instant="true" />

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
4 changes: 2 additions & 2 deletions xcode/CinematicJourney/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.0.13</string>
<string>0.0.14</string>
<key>CFBundleVersion</key>
<string>13</string>
<string>14</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit e956b01

Please sign in to comment.