Files
gpstest/wear/proguard-rules.pro
Ada 7f56a0e849 feat: Add Wear OS Interface for GPSTest (#605)
* Add Wear OS Interface GPSTest

* Change the module and package name to wear

* Refactor packages to gpstest

* Change Time format

* Implement library in gpstest

* Move common data from app to library with cross-module dependency injections failures

* Solve the cross-module dependency injections problem about context

* Watch face with flashed problem

* Implement progress bar

* Add permissions request

* Resolve column overlap

* Add progress bar for Wear OS

* Update data from location on Wear OS

* Update "# Sats", "PDOP" and "H/V Dop" on Wear OS.

* Update timestamp from location.

* fix: OSMDroid build flavor

* Fix test bugs.

Co-authored-by: barbeau <barbeaus@google.com>
2023-01-10 09:55:22 -05:00

21 lines
750 B
Prolog

# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile