diff --git a/app/build.gradle b/app/build.gradle index 8d71d287b1..49a3c90a3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,5 @@ buildscript { repositories { - jcenter() maven { url "https://plugins.gradle.org/m2/" } // jacoco 0.2 } @@ -22,7 +21,6 @@ jacoco { } repositories { - jcenter { url "https://jcenter.bintray.com/" } mavenCentral() google() } @@ -245,6 +243,9 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') + // https://github.com/DavidProdinger/Weekdays-Selector (used outdated 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1') + implementation(name: 'weekdaysselector-1.1.1', ext: 'aar') + testImplementation "junit:junit:$junit_version" testImplementation 'org.json:json:20201115' testImplementation "org.mockito:mockito-core:${mockitoVersion}" diff --git a/app/libs/wearpreferenceactivity-0.5.0.aar b/app/libs/wearpreferenceactivity-0.5.0.aar new file mode 100644 index 0000000000..66b3cad816 Binary files /dev/null and b/app/libs/wearpreferenceactivity-0.5.0.aar differ diff --git a/app/libs/weekdaysselector-1.1.1.aar b/app/libs/weekdaysselector-1.1.1.aar new file mode 100644 index 0000000000..214a429e3a Binary files /dev/null and b/app/libs/weekdaysselector-1.1.1.aar differ diff --git a/app/src/main/res/drawable/ic_glimp.xml b/app/src/main/res/drawable/ic_glimp.xml index 73b42ccd97..ed10736e93 100644 --- a/app/src/main/res/drawable/ic_glimp.xml +++ b/app/src/main/res/drawable/ic_glimp.xml @@ -7,7 +7,7 @@ android:pathData="M60.558,17.9c-0,-7.782 -6.318,-14.1 -14.1,-14.1l-29.149,-0c-7.782,-0 -14.1,6.318 -14.1,14.1l0,28.2c0,7.782 6.318,14.1 14.1,14.1l29.149,0c7.782,0 14.1,-6.318 14.1,-14.1l-0,-28.2Z" android:strokeAlpha="0.96" android:strokeWidth="0.84" - android:fillColor="?attr/text_color" + android:fillColor="@android:color/transparent" android:strokeColor="#fff"/>