Skip to content

Commit

Permalink
chore(share_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 1041e58 commit 639fab8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 deletions.
24 changes: 20 additions & 4 deletions .github/dependabot.yml
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 @@ -242,3 +242,19 @@ updates:
commit-message:
prefix: "chore"
include: "scope"

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

- package-ecosystem: "gradle"
directory: "/packages/share_plus/share_plus/example/android"
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
4 changes: 2 additions & 2 deletions packages/share_plus/share_plus/android/build.gradle
Expand Up @@ -2,14 +2,14 @@ group 'dev.fluttercommunity.plus.share'
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
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
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
@@ -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

0 comments on commit 639fab8

Please sign in to comment.