File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
plugins/src/main/java/com/google/firebase/gradle/plugins Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments