File tree Expand file tree Collapse file tree
src/playStore/java/org/radarcns/detail Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 applicationId " org.radarcns.detail"
1212 minSdkVersion 26
1313 targetSdkVersion 34
14- versionCode 62
15- versionName " 1.2.1 "
14+ versionCode 68
15+ versionName " 1.2.6 "
1616 manifestPlaceholders = [" appAuthRedirectScheme" : " org.radarbase.passive.app" ]
1717 multiDexEnabled true
1818 ndkVersion " 25.2.9519653"
@@ -101,7 +101,7 @@ dependencies {
101101 implementation " org.radarbase:radar-android-weather:$radar_commons_android_version "
102102 implementation " org.radarbase:radar-android-audio:$radar_commons_android_version "
103103 implementation " org.radarbase:radar-android-faros:$radar_commons_android_version "
104- implementation " org.radarbase:radar-android-polar:$radar_commons_android_version "
104+ // implementation "org.radarbase:radar-android-polar:$radar_commons_android_version"
105105 implementation " org.radarbase:radar-android-google-sleep:$radar_commons_android_version "
106106 implementation " org.radarbase:radar-android-google-activity:$radar_commons_android_version "
107107 implementation " org.radarbase:radar-android-google-places:$radar_commons_android_version "
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import org.radarbase.passive.phone.PhoneContactListProvider
3535import org.radarbase.passive.phone.PhoneLocationProvider
3636import org.radarbase.passive.phone.PhoneSensorProvider
3737import org.radarbase.passive.phone.audio.input.PhoneAudioInputProvider
38- import org.radarbase.passive.polar.PolarProvider
38+ // import org.radarbase.passive.polar.PolarProvider
3939import org.radarbase.passive.phone.usage.PhoneUsageProvider
4040import org.radarbase.passive.weather.WeatherApiProvider
4141
@@ -45,7 +45,7 @@ class RadarServiceImpl : RadarService() {
4545 OpenSmileAudioProvider (this ),
4646 E4Provider (this ),
4747 FarosProvider (this ),
48- PolarProvider (this ),
48+ // PolarProvider(this),
4949 PhoneBluetoothProvider (this ),
5050 PhoneContactListProvider (this ),
5151 PhoneLocationProvider (this ),
You can’t perform that action at this time.
0 commit comments