Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/composeui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

android {
namespace 'com.stadiamaps.ferrostar.composeui'
compileSdk 35
compileSdk 36

defaultConfig {
minSdk 25
Expand Down
4 changes: 2 additions & 2 deletions android/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ plugins {

android {
namespace 'com.stadiamaps.ferrostar.core'
compileSdk 35
compileSdk 36
ndkVersion "26.2.11394342"

defaultConfig {
minSdk 25
targetSdk 35
targetSdk 36

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions android/demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace 'com.stadiamaps.ferrostar'
compileSdk 35
compileSdk 36

defaultConfig {
applicationId "com.stadiamaps.ferrostar.demo"
minSdk 26
targetSdk 35
targetSdk 36
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion android/google-play-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

android {
namespace 'com.stadiamaps.ferrostar.googleplayservices'
compileSdk 35
compileSdk 36

defaultConfig {
minSdk 25
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ktfmt = "0.21.0" # 0.22.0 -> https://github.com/cortinico/kt
androidx-lifecycle = "2.9.4"
paparazzi = "1.3.5"
desugar_jdk_libs = "2.1.5"
ktx = "1.16.0"
ktx = "1.17.0"
kotlinx-coroutines = "1.10.2"
kotlinx-datetime = "0.7.0"
kotlinx-serialization = "1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion android/maplibreui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

android {
namespace 'com.stadiamaps.ferrostar.maplibreui'
compileSdk 35
compileSdk 36

defaultConfig {
minSdk 25
Expand Down
Loading