File tree 3 files changed +7
-18
lines changed
3 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
- repositories {
4
-
5
- maven {
6
- url ' https://dl.bintray.com/v-danylo/maven'
7
- }
8
- }
9
-
10
3
android {
11
4
compileSdkVersion 25
12
5
buildToolsVersion " 25.0.2"
@@ -30,11 +23,5 @@ android {
30
23
31
24
dependencies {
32
25
compile fileTree(dir : ' libs' , include : [' *.jar' ])
33
- androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
34
- exclude group : ' com.android.support' , module : ' support-annotations'
35
- })
36
- compile ' com.android.support:appcompat-v7:25.1.0'
37
26
compile ' com.github.danylovolokh:vona-logger:1.0.1'
38
-
39
- testCompile ' junit:junit:4.12'
40
- }
27
+ }
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" com.danylovolokh.androidlogger" >
3
3
4
- <application android : allowBackup =" true" android : label =" @string/app_name"
5
- android : supportsRtl =" true" >
6
-
7
- </application >
4
+ <application />
8
5
9
6
</manifest >
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ buildscript {
15
15
}
16
16
}
17
17
18
+ plugins {
19
+ id " com.jfrog.bintray" version " 1.7.3"
20
+ id " com.github.dcendents.android-maven" version " 1.5"
21
+ }
22
+
18
23
allprojects {
19
24
repositories {
20
25
jcenter()
You can’t perform that action at this time.
0 commit comments