Skip to content

Commit a58e0c9

Browse files
author
LLhon
committed
push by LLhon
1 parent bda64bd commit a58e0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ dependencies {
2626
})
2727
compile 'com.android.support:appcompat-v7:24.2.1'
2828
testCompile 'junit:junit:4.12'
29-
// compile 'com.github.LLhon:NewsflashView:v1.0.0'
29+
// compile 'com.github.LLhon:NewsflashView:v1.0.1'
3030
compile project(':newsflashview')
3131
}

newsflashview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22
//jitpack maven
3-
//apply plugin: 'com.github.dcendents.android-maven'
3+
apply plugin: 'com.github.dcendents.android-maven'
44
//
55
group = 'com.github.LLhon'
66

0 commit comments

Comments
 (0)