Skip to content

Commit 1befcc3

Browse files
authored
Fixed Dependabot functionality (#3188)
* Fixed gradle-wrapper.properties. Updated com.android.application plugin to 9.1.1. * wip * wip * wip
1 parent 4ad48d2 commit 1befcc3

6 files changed

Lines changed: 252 additions & 157 deletions

File tree

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
apply(from = "$rootDir/ext.gradle.kts")
88

99
plugins {
10-
id("com.android.application") version "9.0.0" apply false
10+
id("com.android.application") version "9.1.1" apply false
1111
id("androidx.navigation.safeargs.kotlin") version "2.9.6" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false
1313
id("org.jetbrains.kotlin.plugin.parcelize") version "2.3.0" apply false

gradle/wrapper/gradle-wrapper.jar

-4.56 KB
Binary file not shown.
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
#
2-
# © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
3-
# Contributors: denbond7
4-
#
51
distributionBase=GRADLE_USER_HOME
62
distributionPath=wrapper/dists
73
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
86
zipStoreBase=GRADLE_USER_HOME
97
zipStorePath=wrapper/dists

gradlew

Lines changed: 202 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)