Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micrusa committed Jun 10, 2020
1 parent 9a3544a commit d543d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "me.micrusa.amaztimer"
minSdkVersion 21
targetSdkVersion 29
versionCode 50
versionName "5.0"
versionCode 51
versionName "5.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/me/micrusa/amaztimer/TCX/SaveTCX.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void saveToFile(Context paramContext, TCXData TCXData){
}
if (!new File(FILE_PATH).exists())
new File(FILE_PATH).mkdirs();

ArrayList<Lap> laps = TCXData.getLaps();
try {

Expand Down

0 comments on commit d543d58

Please sign in to comment.