Skip to content

Commit

Permalink
Release: v4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Oct 29, 2023
1 parent 1b39774 commit e9e9bb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0-beta06'
classpath 'com.android.tools.build:gradle:8.2.0-rc01'
}
}

Expand Down Expand Up @@ -64,8 +64,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 5491
versionName "v4.9.3"
versionCode 5506
versionName "v4.9.4"

buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\""

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5506.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v4.9.4: OpenTracks

Bugfix:
- Crash on Android 14 if permissions were not granted

0 comments on commit e9e9bb3

Please sign in to comment.