chore: Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-08-19 08:12:20 +05:30
parent f290d9f946
commit 02eee327b5
3 changed files with 4 additions and 3 deletions

View File

@@ -33,8 +33,8 @@ android {
applicationId = "org.nsh07.pomodoro"
minSdk = 26
targetSdk = 36
versionCode = 3
versionName = "1.0.1"
versionCode = 4
versionName = "1.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1 @@
This update contains fixes for some severe bugs

View File

@@ -1,7 +1,7 @@
[versions]
activityCompose = "1.10.1"
adaptive = "1.1.0"
agp = "8.12.0"
agp = "8.11.1"
composeBom = "2025.08.00"
coreKtx = "1.17.0"
espressoCore = "3.7.0"