We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bba3bc commit ac53624Copy full SHA for ac53624
1 file changed
app/build.gradle.kts
@@ -12,7 +12,7 @@ android {
12
applicationId = "com.danycli.assignmentchecker"
13
minSdk = 26
14
targetSdk = 35
15
- versionCode = 10
+ versionCode = 11
16
versionName = "1.7"
17
buildConfigField("String", "PORTAL_BASE_URL", "\"https://sis.cuiatd.edu.pk\"")
18
buildConfigField("String", "PORTAL_USER_AGENT", "\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36\"")
0 commit comments