Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 772614a

Browse files
committedJun 13, 2024··
Merge branch 'main' into android-15
2 parents d1c3e73 + 0fb1c85 commit 772614a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.envrc
22
.gradle
33
.idea
4+
.kotlin
45
build
56
debug
67
local.properties

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.4.2' apply false
4-
id 'com.android.library' version '8.4.2' apply false
3+
id 'com.android.application' version '8.5.0' apply false
4+
id 'com.android.library' version '8.5.0' apply false
55
id 'org.jetbrains.dokka' version '1.9.20' apply false
66
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
77
}

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)
Please sign in to comment.