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

Commit

Permalink
build: bump Apolline version to v2.4.8
Browse files Browse the repository at this point in the history
Fixing network connection crash
  • Loading branch information
letaaz committed Feb 1, 2019
1 parent 861429b commit a075c56
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@ android {
minSdkVersion 21
targetSdkVersion 27

versionCode 24
versionName "2.4.7"
versionCode 25
versionName "2.4.8"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
javaCompileOptions {
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixing some bugs (crash without network connection).
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Résolution de bugs (crash sans connexion internet).

0 comments on commit a075c56

Please sign in to comment.