Skip to content

Commit 7a21bb0

Browse files
committed
Add newline to end of files where missing
1 parent 4b8cc02 commit 7a21bb0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

circleimageview/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependencies {
1414
compileOnly 'androidx.annotation:annotation:1.1.0'
1515
}
1616

17-
apply from: 'https://raw.github.com/hdodenhof/gradle-mvn-push/master/gradle-mvn-push.gradle'
17+
apply from: 'https://raw.github.com/hdodenhof/gradle-mvn-push/master/gradle-mvn-push.gradle'

circleimageview/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
POM_NAME=CircleImageView
22
POM_ARTIFACT_ID=circleimageview
3-
POM_PACKAGING=aar
3+
POM_PACKAGING=aar

circleimageview/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
<application />
66

7-
</manifest>
7+
</manifest>

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ android {
1212

1313
dependencies {
1414
implementation project(':circleimageview')
15-
}
15+
}

sample/proguard-rules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# class:
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
17-
#}
17+
#}

sample/src/main/res/values/colors.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<color name="dark">#FF222222</color>
55
<color name="light">#FFEEEEEE</color>
66

7-
</resources>
7+
</resources>

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':circleimageview', ':sample'
1+
include ':circleimageview', ':sample'

0 commit comments

Comments
 (0)