Skip to content

Commit

Permalink
chore(package_info_plus): Update Kotlin, Gradle and add Dependabot co…
Browse files Browse the repository at this point in the history
…nfig (#1263)
  • Loading branch information
vbuberen authored Oct 18, 2022
1 parent 3c52458 commit 92e183b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,22 @@ updates:
prefix: "chore"
include: "scope"

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

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

# Sensors Plus dependencies updates config

- package-ecosystem: "pub"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ group 'io.flutter.plugins.packageinfo'
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,3 +1,2 @@
org.gradle.jvmargs=-Xmx1536M
android.enableJetifier=true
android.useAndroidX=true
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=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

0 comments on commit 92e183b

Please sign in to comment.