diff --git a/widget-time/build.gradle b/widget-time/build.gradle index 39bb405..a914b04 100644 --- a/widget-time/build.gradle +++ b/widget-time/build.gradle @@ -11,7 +11,7 @@ android { minSdk 21 targetSdk 31 versionCode 1 - versionName "1.0.1" + versionName "1.0.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -43,7 +43,7 @@ afterEvaluate { from components.release groupId = 'com.github.edasich' artifactId = 'widget-time' - version = '1.0.1' + version = '1.0.3' } } } @@ -54,5 +54,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' + coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5" + implementation 'com.github.edasich:time:1.1.0' } \ No newline at end of file