We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda64bd commit a58e0c9Copy full SHA for a58e0c9
app/build.gradle
@@ -26,6 +26,6 @@ dependencies {
26
})
27
compile 'com.android.support:appcompat-v7:24.2.1'
28
testCompile 'junit:junit:4.12'
29
-// compile 'com.github.LLhon:NewsflashView:v1.0.0'
+// compile 'com.github.LLhon:NewsflashView:v1.0.1'
30
compile project(':newsflashview')
31
}
newsflashview/build.gradle
@@ -1,6 +1,6 @@
1
apply plugin: 'com.android.library'
2
//jitpack maven
3
-//apply plugin: 'com.github.dcendents.android-maven'
+apply plugin: 'com.github.dcendents.android-maven'
4
//
5
group = 'com.github.LLhon'
6
0 commit comments