Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Commit

Permalink
remove the wear module, fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
TonnyL committed May 9, 2017
1 parent 94fefe8 commit fde43f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
*.iml
.gradle
.idea
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
Expand Down
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
buildTypes {

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}

debug {
minifyEnabled false
versionNameSuffix "debug"
}

}
lintOptions {
abortOnError false
}

}
Expand Down

0 comments on commit fde43f4

Please sign in to comment.