Skip to content

Commit

Permalink
Add fastlane android configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 12, 2017
1 parent 168d659 commit cad1af6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/UXCamExample/android/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
json_key_file ""
package_name "com.markmiyashita.UXCamExample"
9 changes: 9 additions & 0 deletions examples/UXCamExample/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
fastlane_version "2.47.0"
default_platform :android

platform :android do
desc "Builds the app"
lane :build do
gradle(task: "assembleRelease")
end
end

0 comments on commit cad1af6

Please sign in to comment.