Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfds committed Oct 30, 2022
1 parent 0f257f0 commit ccfcf3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ android {
defaultConfig {
applicationId "fr.fdesousa.bikesharinghub"
minSdkVersion 14
targetSdkVersion 31
versionCode 27
versionName "2.0.6"
targetSdkVersion 33
versionCode 28
versionName "2.1.0"
buildConfigField "long", "BUILD_TIMESTAMP", System.currentTimeMillis() + "L"
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
Expand All @@ -32,7 +32,7 @@ buildscript {

allprojects {
repositories {
jcenter()
mavenCentral()
google()
maven { url "https://jitpack.io" }
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
* Update auf Android 13
* Behebt defekte Karte auf Android 4.4 und niedriger
* Fix cropped text in networks list
* Display data update's date under the map
* Improve detection for closed stations (thanks to sbssk8)

0 comments on commit ccfcf3a

Please sign in to comment.