We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5d97be + d19ab61 commit 5e3ac68Copy full SHA for 5e3ac68
MPChartLib/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
android {
12
namespace = "com.github.mikephil.charting"
13
defaultConfig {
14
- minSdk = 21
+ minSdk = 23
15
compileSdk = 36
16
17
// VERSION_NAME no longer available as of 4.1
@@ -40,7 +40,7 @@ android {
40
dependencies {
41
implementation("androidx.annotation:annotation:1.9.1")
42
implementation("androidx.core:core:1.17.0")
43
- implementation("androidx.activity:activity-ktx:1.10.1")
+ implementation("androidx.activity:activity-ktx:1.12.1")
44
testImplementation("junit:junit:4.13.2")
45
}
46
0 commit comments