Skip to content

Commit

Permalink
Adding missing configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
vbresan committed May 14, 2024
1 parent e1f4576 commit df1587b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
/app/release/
/app/src/main/res/values/donottranslate_secrets.xml
/nativetemplates/
/gradlew
/gradlew.bat
/gradle/wrapper/gradle-wrapper.jar
17 changes: 17 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath "com.android.tools.build:gradle:8.2.2"
}
}

allprojects {
repositories {
mavenCentral()
google()
}
}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
android.useAndroidX=true
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rootProject.name = 'VAT_Calculator'
include ':app'
include ':nativetemplates'

0 comments on commit df1587b

Please sign in to comment.