Skip to content

Commit b89a416

Browse files
committed
removed fastlane dev flavor
1 parent 2cb48de commit b89a416

File tree

4 files changed

+5
-37
lines changed

4 files changed

+5
-37
lines changed

app/src/main/java/com/rootstrap/android/database/AppDataBase.kt

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.rootstrap.data.database
2+
3+
class AppDataBase {
4+
// TODO
5+
}

fastlane/Appfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ for_platform :android do
1010
package_name("com.rootstrap.android")
1111
end
1212

13-
for_lane :deploy_dev do
14-
package_name("com.rootstrap.android.dev")
15-
end
16-
17-
for_lane :debug_dev do
18-
package_name("com.rootstrap.android.dev")
19-
end
20-
2113
for_lane :deploy_staging do
2214
package_name("com.rootstrap.android.staging")
2315
end

fastlane/Fastfile

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,6 @@ default_platform(:android)
66
skip_docs
77

88
platform :android do
9-
lane :deploy_production do
10-
release(flavor: 'Prod', track: 'internal')
11-
end
12-
13-
lane :deploy_dev do
14-
release(flavor: 'Dev', track: 'internal')
15-
end
16-
17-
lane :deploy_staging do
18-
release(flavor: 'Staging', track: 'internal')
19-
end
20-
21-
lane :debug_production do
22-
debug(flavor: 'Prod')
23-
end
24-
25-
lane :debug_dev do
26-
debug(flavor: 'Dev')
27-
end
28-
29-
lane :debug_staging do
30-
debug(flavor: 'Staging')
31-
end
32-
339
lane :release do |options|
3410
increment_version_code(
3511
gradle_file_path: “app/build.gradle”

0 commit comments

Comments
 (0)