Compare commits
3 Commits
0277fb507c
...
85208c4e5a
Author | SHA1 | Date | |
---|---|---|---|
|
85208c4e5a | ||
|
5cfec50cba | ||
76ad71e1dc |
@ -1,3 +1,11 @@
|
|||||||
|
**v123041021**
|
||||||
|
|
||||||
|
- fix: 'Enable Core Library Desugaring to support older Android versions' (#138) from davidoskky/ReaderForSelfoss-multiplatform:desugaring into master
|
||||||
|
- Enable Core Library Desugaring to support older Android versions
|
||||||
|
- Changelog for v123030851 [CI SKIP]
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
**v123030851**
|
**v123030851**
|
||||||
|
|
||||||
- chore: replace textDrawable library (#136)
|
- chore: replace textDrawable library (#136)
|
||||||
|
@ -56,6 +56,7 @@ fun versionNameFromGit(): String {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
isCoreLibraryDesugaringEnabled = true
|
||||||
// Flag to enable support for the new language APIs
|
// Flag to enable support for the new language APIs
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
targetCompatibility = JavaVersion.VERSION_11
|
targetCompatibility = JavaVersion.VERSION_11
|
||||||
@ -112,6 +113,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
|
||||||
|
|
||||||
implementation(project(":shared"))
|
implementation(project(":shared"))
|
||||||
implementation("com.google.android.material:material:1.5.0")
|
implementation("com.google.android.material:material:1.5.0")
|
||||||
implementation("androidx.appcompat:appcompat:1.4.1")
|
implementation("androidx.appcompat:appcompat:1.4.1")
|
||||||
|
Loading…
Reference in New Issue
Block a user