Skip to content

Commit cd34772

Browse files
committed
Format
1 parent 225e30a commit cd34772

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

plugins/src/main/java/com/google/firebase/gradle/plugins/FirebaseAndroidLibraryPlugin.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,12 @@ class FirebaseAndroidLibraryPlugin : BaseFirebaseLibraryPlugin() {
163163

164164
project.tasks.register<CopyApiTask>("copyApiTxtFile") {
165165
apiTxtFile.set(project.file("api.txt"))
166-
output.set(project.file("previous_api.txt"))
166+
output.set(project.file("new_api.txt"))
167167
}
168168

169169
project.tasks.register<SemVerTask>("metalavaSemver") {
170-
apiTxtFile.set(project.file("api.txt"))
171-
otherApiFile.set(project.file("previous_api.txt"))
172-
outputApiFile.set(project.file("opi.txt"))
170+
apiTxtFile.set(project.file("new_api.txt"))
171+
otherApiFile.set(project.file("api.txt"))
173172
currentVersionString.value(firebaseLibrary.version)
174173
previousVersionString.value(firebaseLibrary.previousVersion)
175174
}

0 commit comments

Comments
 (0)