Added "Circle" widget

This commit is contained in:
Prathamesh More 2022-01-15 15:11:32 +05:30
parent b2e1ab2128
commit e778e50073
19 changed files with 307 additions and 19 deletions

View file

@ -26,7 +26,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "com.google.android.material:material:$mdc_version"
implementation "androidx.preference:preference-ktx:$preference_version"
implementation 'androidx.cardview:cardview:1.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}