Skip to content
Merged
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
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ buildscript {
}

ext{
agp_version = "8.8.1"
kotlin_version = "2.1.10"
agp_version = "8.11.0"
kotlin_version = "2.2.0"

ubiqueUrl = System.getenv('UB_ARTIFACTORY_URL_ANDROID') ?: readPropertyWithDefault('ubiqueMavenUrl', '')
ubiqueUser = System.getenv('UB_ARTIFACTORY_USER') ?: readPropertyWithDefault('ubiqueMavenUser', '')
Expand Down Expand Up @@ -64,11 +64,11 @@ import com.vanniktech.maven.publish.SonatypeHost
android {
namespace "io.openmobilemaps.gps"

compileSdkVersion 34
compileSdkVersion 35

defaultConfig {
minSdkVersion 26
targetSdkVersion 34
targetSdkVersion 35
versionCode Integer.parseInt(VERSION_CODE)
versionName VERSION_NAME

Expand Down Expand Up @@ -204,7 +204,7 @@ mavenPublishing {
dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-ktx:1.16.0'
implementation 'com.google.android.gms:play-services-location:21.3.0'

api 'io.openmobilemaps:mapscore:3.3.0'
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip