Skip to content

Commit 73fbb6c

Browse files
committed
converted to a library
1 parent e0766be commit 73fbb6c

File tree

13 files changed

+2
-3
lines changed

13 files changed

+2
-3
lines changed
File renamed without changes.

app/build.gradle renamed to library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
apply plugin: 'com.android.application'
1+
apply plugin: 'com.android.library'
22
apply plugin: 'android-maven'
33

44
android {
55
compileSdkVersion 21
66
buildToolsVersion "21.1.2"
77

88
defaultConfig {
9-
applicationId "io.jitpack.example.examplelib"
109
minSdkVersion 21
1110
targetSdkVersion 21
1211
versionCode 1
File renamed without changes.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app'
1+
include ':library'

0 commit comments

Comments
 (0)