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

Commit

Permalink
refactor: prepare for release v2.4.1
Browse files Browse the repository at this point in the history
Add new application screenshots.
Increase application versions.
Add release notes.
  • Loading branch information
aoudiamoncef committed May 6, 2018
1 parent 31b1ba0 commit 6f03b6d
Show file tree
Hide file tree
Showing 25 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ script:
- curl -i -XPOST http://127.0.0.1:8086/query --data-urlencode "q=CREATE DATABASE test"
- ./gradlew clean test build
before_deploy:
- cd app/build/outputs/apk/release
- cd ${TRAVIS_BUILD_DIR}/app/build/outputs/apk/release && ls --all
- export APK_PATH_TEMP="$(pwd)/Apolline*.apk" && export APK_PATH=$(echo ${APK_PATH_TEMP}) && echo $APK_PATH
- cd ${TRAVIS_BUILD_DIR}
- bundle install && bundle update fastlane
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
minSdkVersion 21
targetSdkVersion 27

versionCode 17
versionName "2.4.0"
versionCode 18
versionName "2.4.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down
3 changes: 1 addition & 2 deletions fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
json_key_file("play_store_credentials.json")
#json_key_file("${secret_credentials}")
json_key_file("${secret_credentials}")
package_name("science.apolline")
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add progressive runtime permissions request.
- Add blue square form for compatible Bluetooth devices.
- Fix some bugs.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Ajout de la demande progressive de permissions.
- Ajout d'un carré de couleur bleue pour les appareils Bluetooth compatibles.
- Correction de quelques bugs.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6f03b6d

Please sign in to comment.