Skip to content

Commit

Permalink
chore(device_info_plus): Update Kotlin, Gradle and add Dependabot con…
Browse files Browse the repository at this point in the history
…fig (#1268)
  • Loading branch information
vbuberen committed Oct 18, 2022
1 parent e99b67a commit 4bd0ccd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -139,6 +139,22 @@ updates:
prefix: "chore"
include: "scope"

- package-ecosystem: "gradle"
directory: "/packages/device_info_plus/device_info_plus/android"
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"

- package-ecosystem: "gradle"
directory: "/packages/device_info_plus/device_info_plus/example/android"
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"

# Network Info Plus dependencies updates config

- package-ecosystem: "pub"
Expand Down
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
@@ -1,6 +1,6 @@
#Tue Oct 05 15:15:38 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 4bd0ccd

Please sign in to comment.