expandable attendance list bug fix

This commit is contained in:
chandrashekhar reddy
2025-02-21 13:14:56 +05:30
parent 304f2cbe60
commit a72c062b96
3 changed files with 158 additions and 33 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "in.sminnovations.smiadmin"
minSdk 26
targetSdk 34
versionCode 4
versionName "1.4"
versionCode 5
versionName "1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}