Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(sensors_plus): Update Kotlin, Gradle and add Dependabot config #1262

Merged
merged 2 commits into from
Oct 18, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 20 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ updates:
include: "scope"

# Website dependencies updates config

- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"

# Android Alarm Manager dependencies updates config

- package-ecosystem: "pub"
directory: "/packages/android_alarm_manager_plus"
schedule:
Expand All @@ -44,7 +44,7 @@ updates:
include: "scope"

# Android Intent Plus dependencies updates config

- package-ecosystem: "pub"
directory: "/packages/android_intent_plus"
schedule:
Expand Down Expand Up @@ -217,6 +217,22 @@ updates:
prefix: "chore"
include: "scope"

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

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

# Share Plus dependencies updates config

- package-ecosystem: "pub"
Expand Down
4 changes: 2 additions & 2 deletions packages/sensors_plus/sensors_plus/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ group 'io.flutter.plugins.sensors'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.20'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME