Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #34 from skoleapp/v2.0.2
Browse files Browse the repository at this point in the history
Android v2.0.2
  • Loading branch information
blomqma authored Apr 27, 2021
2 parents 3324b41 + 650c97f commit 4afa762
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ android {
applicationId "com.skole"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 7
versionName "2.0.1"
versionCode 8
versionName "2.0.2"
}
splits {
abi {
Expand Down
10 changes: 2 additions & 8 deletions android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ default_platform(:android)
platform :android do
lane :beta do
gradle(task: "assemble", build_type: "Release")
upload_to_play_store(track: "beta")
slack(message: "New Play Store beta version deployed!")
end

lane :deploy do
gradle(task: "assemble", build_type: "Release")
upload_to_play_store
slack(message: "New Play Store version deployed!")
upload_to_play_store(track: "internal")
slack(message: "New Play Store internal testing version deployed!")
end
end
5 changes: 0 additions & 5 deletions android/fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ or alternatively using `brew install fastlane`
fastlane android beta
```

### android deploy
```
fastlane android deploy
```


----

Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"android:prod": "yarn android --variant=release",
"android:bundle-release": "cd android && ./gradlew bundleRelease",
"android:beta": "cd android/ && rm -rf app/build/ && fastlane beta",
"ios": "react-native run-ios",
"ios:prod": "yarn ios --configuration Release",
"xcode:open-workspace": "open ios/skole.xcworkspace",
"xcode:open-project": "open ios/skole.xcodeproj",
"start": "react-native start",
"type-check": "tsc",
"format": "yarn prettier --write '**/*.{ts,tsx,js,json}'",
Expand Down

0 comments on commit 4afa762

Please sign in to comment.