We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e9a52 commit 263ab57Copy full SHA for 263ab57
scripts/fastlane/Fastfile
@@ -23,16 +23,8 @@ platform :android do |options|
23
doc_files_to_update: ["#{project_root}/README.md", "#{project_root}/rxbindings/README.md"],
24
release_title: 'Amplify Android',
25
changelog_path: "#{project_root}/CHANGELOG.md",
26
- },
27
- {
28
- release_tag_prefix: 'release-kotlin_v',
29
- gradle_properties_path: "#{project_root}/core-kotlin/gradle.properties",
30
- doc_files_to_update: [],
31
- release_title: 'Amplify Android Kotlin Facade',
32
- changelog_path: "#{project_root}/core-kotlin/CHANGELOG.md",
33
}
34
]
35
36
end
37
38
-
0 commit comments