Skip to content

Commit

Permalink
modified the gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahees-16 committed Sep 28, 2023
1 parent 0b92bb5 commit 7eca576
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google() // Add this repository for Android Gradle Plugin
// Add other repositories as needed
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0' // Use the latest version if available
// Add other dependencies as needed
}

}





plugins {
id 'java-library'

id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
}

0 comments on commit 7eca576

Please sign in to comment.