Skip to content

Commit 60bb0af

Browse files
committed
chore: update APG 7.2.1
1 parent a661310 commit 60bb0af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
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 "7.1.3" apply false
4-
id("com.android.library") version "7.1.3" apply false
3+
id("com.android.application") version "7.2.1" apply false
4+
id("com.android.library") version "7.2.1" apply false
55
id("org.jetbrains.kotlin.android") version Dep.Kotlin.version apply false
66
id("org.jetbrains.kotlin.jvm") version Dep.Kotlin.version apply false
77
id("com.diffplug.spotless") version "6.5.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Feb 27 08:02:22 KST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)