A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
0

Configure Feed

Select the types of activity you want to include in your feed.

add test proguard file

razeeman (Jul 11, 2020, 3:16 PM +0300) d032d8e2 4b3e0607

+5
+1
app/build.gradle.kts
··· 29 29 getDefaultProguardFile("proguard-android.txt"), 30 30 "proguard-debug-rules.pro" 31 31 ) 32 + testProguardFile("proguard-test-rules.pro") 32 33 } 33 34 getByName("release") { 34 35 isMinifyEnabled = true
+4
app/proguard-test-rules.pro
··· 1 + -dontobfuscate 2 + 3 + -ignorewarnings 4 + -dontwarn