Skip to content

Commit

Permalink
Updated gitignore. Cleaned up build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarnagiris committed Feb 24, 2020
1 parent e244fb0 commit b2ec9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/*
!/.idea/codeStyles
.DS_Store
/build
/captures
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.3.61"
repositories {
Expand All @@ -8,9 +7,6 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:4.0.0-alpha09"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

Expand Down

0 comments on commit b2ec9ac

Please sign in to comment.