Skip to content

Commit

Permalink
Merge pull request #1 from Prajwal08a/master
Browse files Browse the repository at this point in the history
Modified to VTOP vitap api mode
  • Loading branch information
sanjay7178 authored Mar 6, 2024
2 parents 58aa043 + 0270dad commit f54bf7f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 30 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/android.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class SettingsRepository {
public static final String MOODLE_UPLOAD_PATH = "/webservice/upload.php";
public static final String MOODLE_WEBSERVICE_PATH = "/webservice/rest/server.php";

public static final String VTOP_BASE_URL = "https://vtopcc.vit.ac.in/vtop";
public static final String VTOP_BASE_URL = "https://vtop.vitap.ac.in/vtop";

public static final int THEME_DAY = 1;
public static final int THEME_NIGHT = 2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ private void downloadMarks() {
"};" +
"$.ajax({" +
" type: 'POST'," +
" url : 'examinations/doStudentMarkView'," +
" url : 'examinations/StudentMarkView'," +
" data : data," +
" async: false," +
" success: function(res) {" +
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.11.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.firebase:perf-plugin:1.4.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip

0 comments on commit f54bf7f

Please sign in to comment.