Skip to content

Commit

Permalink
change app to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Thomaz committed Jan 26, 2016
1 parent 72aa6b2 commit 68be5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
apply plugin: 'com.android.application'
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "thomaz.com.br.httpproject"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
Expand Down

0 comments on commit 68be5dd

Please sign in to comment.