Skip to content

Commit

Permalink
Updated gradle and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Stirling committed Dec 17, 2016
1 parent ad0a59a commit 9374fbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# built application files
build
*.apk
*.ap_
app/app.iml
*.iml

# files for the dex VM
Expand All @@ -27,14 +25,13 @@ proguard/

# Intellij project files
*.iws
.idea/workspace.xml
.idea/tasks.xml
.idea/libraries
.idea/*

# Gradle directory
.gradle

gradle/wrapper/gradle-wrapper.properties

# OS
.DS_Store
.idea/dictionaries
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}

Expand Down
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

0 comments on commit 9374fbf

Please sign in to comment.