Skip to content

Commit

Permalink
added gradle edit from git bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mirmahathir1 committed Jul 8, 2022
1 parent 0c0d39d commit bcadecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.mmmbadhan"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 74
versionName "4.8.3"
versionCode 75
versionName "4.9.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions upload-insider.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nano ./android/app/build.gradle
npm run build -- --mode insider
firebase deploy
npx cap sync
Expand Down

0 comments on commit bcadecb

Please sign in to comment.