Skip to content

Commit

Permalink
Ensure one new line at end of modified files.
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored and sjudd committed Aug 8, 2023
1 parent ef9f0b3 commit 49ddc01
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 15 deletions.
1 change: 0 additions & 1 deletion annotation/compiler/test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ task regenerateTestResources {
afterEvaluate {
regenerateTestResources.finalizedBy(testReleaseUnitTest)
}

2 changes: 1 addition & 1 deletion annotation/ksp/integrationtest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ dependencies {
testImplementation libs.truth
testImplementation libs.kotlin.test
testImplementation project(path: ':annotation:ksp:test')
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.annotation.ksp.integrationtest">

</manifest>
</manifest>
2 changes: 1 addition & 1 deletion annotation/ksp/test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies {
testImplementation project(":annotation")
testImplementation project(":glide")
testImplementation libs.kotlin.test
}
}
2 changes: 1 addition & 1 deletion annotation/ksp/test/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.bumptech.glide.annotation.ksp.test">
</manifest>
</manifest>
2 changes: 1 addition & 1 deletion benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ dependencies {
androidTestImplementation project(':testutil')
androidTestImplementation libs.androidx.benchmark.junit
androidTestImplementation libs.guava
}
}
2 changes: 1 addition & 1 deletion benchmark/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
tools:ignore="HardcodedDebugMode"
tools:replace="android:debuggable" >
</application>
</manifest>
</manifest>
1 change: 0 additions & 1 deletion instrumentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ android {
}
}
}

2 changes: 1 addition & 1 deletion integration/compose/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.integration.compose">
</manifest>
</manifest>
1 change: 0 additions & 1 deletion integration/cronet/src/test/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
package="com.bumptech.glide.integration.cronet">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26"/>
</manifest>

2 changes: 1 addition & 1 deletion integration/ktx/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.bumptech.glide.integration.ktx" />
<manifest package="com.bumptech.glide.integration.ktx" />
2 changes: 1 addition & 1 deletion integration/okhttp4/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="com.bumptech.glide.integration.okhttp">
</manifest>
</manifest>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bumptech.glide.integration.sqljournaldiskcache">
</manifest>
</manifest>
1 change: 0 additions & 1 deletion samples/imgur/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ task run(type: Exec, dependsOn: 'installDebug') {
description 'Installs the APK and runs the main activity: "gradlew :samples:???:run"'
commandLine "${android.sdkDirectory}/platform-tools/adb", 'shell', 'am', 'start', '-n', 'com.bumptech.glide.samples.card/.MainActivity'
}

2 changes: 1 addition & 1 deletion samples/imgur/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 49ddc01

Please sign in to comment.