chore(release): bump version, update changelog, add baseline profs

This commit is contained in:
Nishant Mishra
2025-12-22 22:41:00 +05:30
parent 096067be2c
commit c99274ecae
4 changed files with 63040 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 27
targetSdk = 36
versionCode = 23
versionName = "1.7.1"
versionCode = 24
versionName = "1.8.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -105,8 +105,12 @@ android {
baselineProfile {
variants {
create("fossRelease") {
saveInSrc = true
}
create("playRelease") {
automaticGenerationDuringBuild = true
saveInSrc = false
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff