Skip to content

Commit f9bc3ea

Browse files
danylovolokhdanylovolokhgl
authored andcommitted
AndroidLogger fix the build gradle
1 parent 59de04d commit f9bc3ea

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

android-logger/build.gradle

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
apply plugin: 'com.android.library'
22

3-
repositories {
4-
5-
maven {
6-
url 'https://dl.bintray.com/v-danylo/maven'
7-
}
8-
}
9-
103
android {
114
compileSdkVersion 25
125
buildToolsVersion "25.0.2"
@@ -30,11 +23,5 @@ android {
3023

3124
dependencies {
3225
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'
3726
compile 'com.github.danylovolokh:vona-logger:1.0.1'
38-
39-
testCompile 'junit:junit:4.12'
40-
}
27+
}
+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.danylovolokh.androidlogger">
33

4-
<application android:allowBackup="true" android:label="@string/app_name"
5-
android:supportsRtl="true">
6-
7-
</application>
4+
<application/>
85

96
</manifest>

build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ buildscript {
1515
}
1616
}
1717

18+
plugins {
19+
id "com.jfrog.bintray" version "1.7.3"
20+
id "com.github.dcendents.android-maven" version "1.5"
21+
}
22+
1823
allprojects {
1924
repositories {
2025
jcenter()

0 commit comments

Comments
 (0)