We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff6521 commit 2ddb4b0Copy full SHA for 2ddb4b0
1 file changed
build.gradle
@@ -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
13
// Top-level build file where you can add configuration options common to all sub-projects/modules.
14
plugins {
15
id 'com.android.application' version '7.3.1' apply false
0 commit comments