Skip to content

Commit 2ddb4b0

Browse files
committed
gradle
1 parent eff6521 commit 2ddb4b0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
buildscript {
2+
repositories {
3+
google()
4+
mavenCentral()
5+
}
6+
7+
dependencies {
8+
//noinspection AndroidGradlePluginVersion
9+
classpath 'com.android.tools.build:gradle:8.8.0'
10+
}
11+
}
12+
113
// Top-level build file where you can add configuration options common to all sub-projects/modules.
214
plugins {
315
id 'com.android.application' version '7.3.1' apply false

0 commit comments

Comments
 (0)