Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armancodv committed May 15, 2021
1 parent 8ce3dbd commit 4c867f9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 39 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.armanco.integral"
minSdkVersion 21
targetSdkVersion 30
versionCode 100010
versionName "4.3.0"
versionCode 100011
versionName "4.4.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.env
report.xml
/report.xml
metadata
12 changes: 11 additions & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,17 @@ Deploy a new version to the Google Play (PRO)
```
fastlane android internal_pro
```
Submit a new Internal Test
Submit a new Internal Test (PRO)
### android deploy_persian
```
fastlane android deploy_persian
```
Deploy a new version to the Google Play (PERSIAN)
### android internal_persian
```
fastlane android internal_persian
```
Submit a new Internal Test (PERSIAN)
### android screenshots
```
fastlane android screenshots
Expand Down
35 changes: 0 additions & 35 deletions fastlane/report.xml

This file was deleted.

0 comments on commit 4c867f9

Please sign in to comment.