Started to refactor SdDataSource to include a lot of the analysis and checking code in SdDataSourceGarmin - to simplify SDDataSourceGarmin and make it easier to create an SdDataSourceBLE bluetooth data source. NOT WORKING JUST YET - have broken something!

This commit is contained in:
Graham Jones
2020-08-06 22:14:16 +01:00
parent f0dafdd6aa
commit 66e13be06d
9 changed files with 787 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.android.tools.build:gradle:4.0.1'
}
}
allprojects {