Skip to content

Commit 244f0a9

Browse files
committed
updating ci
1 parent 71f9b69 commit 244f0a9

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

base/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ dependencies {
109109
//Room
110110
api "androidx.room:room-rxjava2:$room"
111111
api "androidx.room:room-runtime:$room"
112-
implementation fileTree(dir: './libs/', include: ['*.aar', '*.jar'], exclude: [])
113112
testImplementation 'org.junit.jupiter:junit-jupiter'
114113
kapt "androidx.room:room-compiler:$room"
115114
// Push notifications

fastlane/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ Pull Build number from play store and update gradle.
3737

3838
Build and sign
3939

40-
### buildReleaseApk
41-
42-
```sh
43-
[bundle exec] fastlane buildReleaseApk
44-
```
45-
46-
Build a release apk
47-
4840
### buildAndDebug
4941

5042
```sh
@@ -61,6 +53,14 @@ Build debug apk
6153

6254
Publish app to play store (Internal channel)
6355

56+
### buildReleaseApk
57+
58+
```sh
59+
[bundle exec] fastlane buildReleaseApk
60+
```
61+
62+
Build Signed Apks for all modules.
63+
6464
----
6565

6666
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

fastlane/report.xml

+8-3
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)