Skip to content

Commit

Permalink
fixed external storage on API 30
Browse files Browse the repository at this point in the history
  • Loading branch information
svenmeier committed Jun 2, 2021
1 parent 38fc6ef commit 1d54fc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
applicationId "svenmeier.coxswain"
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 29

versionCode Integer.parseInt(project.property("coxswain-versionCode"))
versionName project.property("coxswain-versionName")
Expand Down
3 changes: 2 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
8.7
8.8
- fixed energy adjustment
- fixed external storage on Android 11

8.6
- show results after workout end
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# org.gradle.parallel=true

# ./gradlew githubRelease
coxswain-versionCode=87
coxswain-versionName=8.7
coxswain-versionCode=88
coxswain-versionName=8.8

coxswain-private=/home/sven/Documents/coxswain/coxswain-private.gradle

Expand Down

0 comments on commit 1d54fc5

Please sign in to comment.