Skip to content

Commit 4c867f9

Browse files
committed
v4.4.0
1 parent 8ce3dbd commit 4c867f9

File tree

4 files changed

+14
-39
lines changed

4 files changed

+14
-39
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.armanco.integral"
1818
minSdkVersion 21
1919
targetSdkVersion 30
20-
versionCode 100010
21-
versionName "4.3.0"
20+
versionCode 100011
21+
versionName "4.4.0"
2222

2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
}

fastlane/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.env
2-
report.xml
2+
/report.xml
33
metadata

fastlane/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,17 @@ Deploy a new version to the Google Play (PRO)
4040
```
4141
fastlane android internal_pro
4242
```
43-
Submit a new Internal Test
43+
Submit a new Internal Test (PRO)
44+
### android deploy_persian
45+
```
46+
fastlane android deploy_persian
47+
```
48+
Deploy a new version to the Google Play (PERSIAN)
49+
### android internal_persian
50+
```
51+
fastlane android internal_persian
52+
```
53+
Submit a new Internal Test (PERSIAN)
4454
### android screenshots
4555
```
4656
fastlane android screenshots

fastlane/report.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)