Skip to content

Commit 1fb8a12

Browse files
committed
Target Android 15
1 parent 3fbea30 commit 1fb8a12

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/code
55
docker:
6-
- image: cimg/android:2023.08.1
6+
- image: cimg/android:2024.04.1
77
environment:
88
GRADLE_OPTS: -Dorg.gradle.workers.max=1 -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
99
steps:

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ plugins {
1111

1212
android {
1313
namespace = "be.mygod.reactmap"
14-
compileSdk = 34
14+
compileSdk = 35
1515

1616
defaultConfig {
1717
applicationId = extra["reactmap.packageName"] as String?
1818
minSdk = 26
19-
targetSdk = 34
19+
targetSdk = 35
2020
versionCode = (extra["reactmap.versionCode"] as String?)?.toInt()
2121
versionName = extra["reactmap.versionName"] as String?
2222

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android.enableResourceOptimizations=false
2727
# If you want to support more domains, edit `app/src/main/AndroidManifest.xml`: find the line `<data android:host="${defaultDomain}" />` and add more domains by adding lines like `<data android:host="www.reactmap.dev" />`.
2828
reactmap.defaultDomain=www.reactmap.dev
2929
reactmap.packageName=be.mygod.reactmap
30-
reactmap.versionCode=68
31-
reactmap.versionName=1.1.3
30+
reactmap.versionCode=69
31+
reactmap.versionName=1.1.4
3232

3333
# Optional ReactMap settings
3434
# If you need translations, you should edit the strings.xml instead of using this

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
22
activity = "1.9.0"
3-
agp = "8.4.0"
3+
agp = "8.5.0"
44
androidx-test-ext-junit = "1.1.5"
55
browser = "1.8.0"
66
core = "1.13.1"
7-
crashlytics = "3.0.0"
7+
crashlytics = "3.0.1"
88
desugar = "2.0.4"
99
espresso-core = "3.5.1"
10-
firebase = "33.0.0"
11-
fragment = "1.7.0"
10+
firebase = "33.1.0"
11+
fragment = "1.8.0"
1212
hiddenapibypass = "4.3"
1313
junit = "4.13.2"
14-
kotlin = "1.9.23"
15-
lifecycle = "2.7.0"
16-
google-services = "4.4.1"
14+
kotlin = "2.0.0"
15+
lifecycle = "2.8.2"
16+
google-services = "4.4.2"
1717
material = "1.12.0"
18-
play-services-location = "21.2.0"
18+
play-services-location = "21.3.0"
1919
timber = "5.0.1"
2020
work = "2.9.0"
2121
gradle-versions = "0.51.0"

gradle/wrapper/gradle-wrapper.jar

-9 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Darwin, MinGW, and NonStop.
5656
#
5757
# (3) This script is generated from the Groovy template
58-
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959
# within the Gradle project.
6060
#
6161
# You can find Gradle at https://github.com/gradle/gradle/.

0 commit comments

Comments
 (0)