File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ apply plugin: 'com.android.library'
3
3
ext {
4
4
PUBLISH_GROUP_ID = ' com.github.chinalwb'
5
5
PUBLISH_ARTIFACT_ID = ' are'
6
- PUBLISH_VERSION = ' 1.0'
6
+ PUBLISH_VERSION = ' 0.1.3'
7
+ }
8
+
9
+
10
+ tasks. withType(Javadoc ) {
11
+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
12
+ options. addStringOption(' encoding' , ' UTF-8' )
13
+ options. addStringOption(' charSet' , ' UTF-8' )
7
14
}
8
15
9
16
android {
@@ -41,11 +48,11 @@ dependencies {
41
48
androidTestImplementation ' com.android.support.test:runner:1.0.1'
42
49
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
43
50
44
- compile files(' libs/tagsoup-1.2.1.jar' )
51
+ implementation files(' libs/tagsoup-1.2.1.jar' )
45
52
46
53
implementation ' com.github.bumptech.glide:glide:4.3.1'
47
54
annotationProcessor ' com.github.bumptech.glide:compiler:4.3.1'
48
-
49
55
}
50
56
51
57
// apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
58
+ // ./gradlew clean build generateRelease
Original file line number Diff line number Diff line change 4
4
5
5
<size android : width =" 2dp" />
6
6
7
- <solid android : color =" @color/colorAccent" />
7
+ <!-- < solid android:color="@color/colorAccent" /> -- >
8
8
9
9
<!-- <padding
10
10
android:top="0sp"
Original file line number Diff line number Diff line change 2
2
3
3
<!-- Base application theme. -->
4
4
<style name =" AppTheme" parent =" Theme.AppCompat.Light.DarkActionBar" >
5
- <!-- Customize your theme here. -->
6
- <item name =" colorPrimary" >@color/colorPrimary</item >
7
- <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
8
- <item name =" colorAccent" >@color/colorAccent</item >
9
5
<item name =" android:textCursorDrawable" >@drawable/cursor</item >
10
6
</style >
11
7
You can’t perform that action at this time.
0 commit comments