Skip to content

Commit

Permalink
version 7.5
Browse files Browse the repository at this point in the history
ANT+ updated
  • Loading branch information
svenmeier committed Oct 18, 2020
1 parent 9190364 commit c8aacfb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Binary file added app/aars/antpluginlib_3-8-0.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ext {
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation files('aars/antpluginlib_3-8-0.aar')
implementation "androidx.gridlayout:gridlayout:$supportLibraryVersion"
implementation "androidx.legacy:legacy-support-v13:$supportLibraryVersion"
implementation "androidx.legacy:legacy-preference-v14:$supportLibraryVersion"
Expand Down
Binary file removed app/libs/antpluginlib_3-5-0.jar
Binary file not shown.
6 changes: 5 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
7.5
- updated ANT+ library for Android 10
- filter workouts for selected program

7.4
- fixed file access on Android Q

Expand Down Expand Up @@ -76,4 +80,4 @@
5.1
- fixed crash when selecting workout as challenge
- fixed bug increasing database size excessively
- remove unnecessary data from database
- remove unnecessary data from database
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
# org.gradle.parallel=true

# ./gradlew githubRelease
coxswain-versionCode=74
coxswain-versionName=7.4
coxswain-versionCode=75
coxswain-versionName=7.5

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

android.useAndroidX=true
android.useAndroidX=true

0 comments on commit c8aacfb

Please sign in to comment.