diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 41532d1..0092d48 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } \ No newline at end of file