Skip to content

Commit

Permalink
actions: bump io.realm:realm-gradle-plugin to 10.17.0 (fixes #2618) (
Browse files Browse the repository at this point in the history
…#2616)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Oct 19, 2023
1 parent 39643f2 commit 62cdba4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 13
open-pull-requests-limit: 15
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1103
versionName "0.11.3"
versionCode 1104
versionName "0.11.4"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "io.realm:realm-gradle-plugin:10.16.1"
classpath "io.realm:realm-gradle-plugin:10.17.0"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.48.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 62cdba4

Please sign in to comment.