Skip to content

Commit

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

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

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

# Connectivity Plus dependencies updates config

- package-ecosystem: "pub"
Expand Down
2 changes: 1 addition & 1 deletion packages/battery_plus/battery_plus/android/build.gradle
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
}
}

Expand Down
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.7.20'
repositories {
google()
mavenCentral()
}

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

0 comments on commit 8fcc106

Please sign in to comment.