Skip to content

Commit 5e3ac68

Browse files
authored
Merge pull request #444 from AppDevNext/activity-ktx-1.10.1-to-1.12.1
Activity ktx 1.10.1 to 1.12.1
2 parents d5d97be + d19ab61 commit 5e3ac68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MPChartLib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
android {
1212
namespace = "com.github.mikephil.charting"
1313
defaultConfig {
14-
minSdk = 21
14+
minSdk = 23
1515
compileSdk = 36
1616

1717
// VERSION_NAME no longer available as of 4.1
@@ -40,7 +40,7 @@ android {
4040
dependencies {
4141
implementation("androidx.annotation:annotation:1.9.1")
4242
implementation("androidx.core:core:1.17.0")
43-
implementation("androidx.activity:activity-ktx:1.10.1")
43+
implementation("androidx.activity:activity-ktx:1.12.1")
4444
testImplementation("junit:junit:4.13.2")
4545
}
4646

0 commit comments

Comments
 (0)