Skip to content

Commit

Permalink
converted to a library
Browse files Browse the repository at this point in the history
  • Loading branch information
jitpack-io committed Feb 11, 2015
1 parent e0766be commit 73fbb6c
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 3 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions app/build.gradle → library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
apply plugin: 'com.android.application'
apply plugin: 'com.android.library'
apply plugin: 'android-maven'

android {
compileSdkVersion 21
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "io.jitpack.example.examplelib"
minSdkVersion 21
targetSdkVersion 21
versionCode 1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app'
include ':library'

0 comments on commit 73fbb6c

Please sign in to comment.