Added - relatable dialog text.

This commit is contained in:
Binondi
2025-06-04 12:20:51 +05:30
parent 90a252f227
commit 480a90b64c

View File

@@ -11,8 +11,8 @@ android {
applicationId = "devs.org.calculator"
minSdk = 26
targetSdk = 34
versionCode = 4
versionName = "1.3"
versionCode = 5
versionName = "1.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}