Skip to content

Commit

Permalink
Adding coreLibraryDesugaring dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
edasich committed Oct 8, 2021
1 parent 48dd1ed commit eb69702
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions widget-time/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -43,7 +43,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.edasich'
artifactId = 'widget-time'
version = '1.0.1'
version = '1.0.3'
}
}
}
Expand All @@ -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'
}

0 comments on commit eb69702

Please sign in to comment.