Skip to content

Commit

Permalink
Updating build data for latest version on android studio
Browse files Browse the repository at this point in the history
  • Loading branch information
tblackwe committed Mar 4, 2015
1 parent 7f74a46 commit 0869e11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ space_dock*.zip
/android/app/src/main/lint.xml
/android/app/src/main/project.properties
/gen/
*.apk
2 changes: 0 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ android {

buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

Expand Down

0 comments on commit 0869e11

Please sign in to comment.