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.
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

app/src/androidTest/java/io/jitpack/example/examplelib/ApplicationTest.java renamed to library/src/androidTest/java/io/jitpack/example/examplelib/ApplicationTest.java

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)