Skip to content

Commit 359a874

Browse files
committed
Added JitPack.
1 parent 3e9ef49 commit 359a874

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.3.3'
9-
10-
// NOTE: Do not place your application dependencies here; they belong
11-
// in the individual module build.gradle files
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1210
}
1311
}
1412

fsensor/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
4+
group='com.github.KalebKE'
25

36
android {
47
compileSdkVersion 26

release/fsensor-release.aar

1.88 MB
Binary file not shown.

0 commit comments

Comments
 (0)