added the network check

This commit is contained in:
sathwikcs
2024-12-11 12:32:46 +05:30
parent 3d144f3876
commit c47f75e9f2
4 changed files with 173 additions and 3 deletions

View File

@@ -15,9 +15,9 @@ android {
applicationId = "in.sminnovations.attendanceapp.user"
minSdk = 26
targetSdk = 34
versionCode = 3
versionCode = 4
versionName = "3.0.1"
versionName = "3.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {