Skip to content

Commit 8a1e556

Browse files
committed
api36
1 parent 19f548b commit 8a1e556

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MPChartLib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
namespace = "com.github.mikephil.charting"
1313
defaultConfig {
1414
minSdk = 21
15-
compileSdk = 35
15+
compileSdk = 36
1616

1717
// VERSION_NAME no longer available as of 4.1
1818
// https://issuetracker.google.com/issues/158695880

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
applicationId = "info.appdev.chartexample"
1414
minSdk = 21
15-
compileSdk = 35
16-
targetSdk = 35
15+
compileSdk = 36
16+
targetSdk = 36
1717
versionCode = getGitCommitCount()
1818
versionName = getVersionText()
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

app/src/main/java/info/appdev/chartexample/notimportant/DemoBase.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ abstract class DemoBase : AppCompatActivity(), ActivityCompat.OnRequestPermissio
5757
private val backPressedCallback = object : OnBackPressedCallback(true) {
5858
override fun handleOnBackPressed() {
5959
overridePendingTransition(R.anim.move_left_in_activity, R.anim.move_right_out_activity)
60+
isEnabled = false
6061
onBackPressedDispatcher.onBackPressed()
6162
}
6263
}

0 commit comments

Comments
 (0)