Skip to content

Commit

Permalink
Merge pull request #113 from devout-coder/main
Browse files Browse the repository at this point in the history
Merging changes pertaining to new ui, railway concession, notes
  • Loading branch information
devout-coder authored Apr 18, 2024
2 parents 8f61d80 + b875b21 commit 77b05f5
Show file tree
Hide file tree
Showing 112 changed files with 11,857 additions and 1,346 deletions.
8 changes: 5 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (keystorePropertiesFile.exists()) {

def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
throw new FileNotFoundException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
Expand Down Expand Up @@ -46,8 +46,10 @@ android {
applicationId "com.madclubtsec.tsec_application"
minSdkVersion 19
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
// versionCode flutterVersionCode.toInteger()
// versionName flutterVersionName
versionCode 20
versionName "12.0.0"
multiDexEnabled true
}

Expand Down
4 changes: 2 additions & 2 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jun 04 23:40:58 IST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion assets/data/faculty_details/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@
"phd_guide" : "na",
"qualification" : "M.E ( Computer Engineering)"
} ]


Binary file added assets/fonts/Inter-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/Inter-ExtraBold.ttf
Binary file not shown.
Binary file added assets/fonts/Inter-Medium.ttf
Binary file not shown.
Binary file added assets/fonts/Inter-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/Inter-SemiBold.ttf
Binary file not shown.
Binary file added assets/fonts/priego-bold.otf
Binary file not shown.
Binary file added assets/fonts/priego-extrabold.otf
Binary file not shown.
Binary file added assets/fonts/priego-medium.otf
Binary file not shown.
Binary file added assets/fonts/priego-regular.otf
Binary file not shown.
Binary file added assets/fonts/priego-semibold.otf
Binary file not shown.
Binary file added assets/images/app_bar/notes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/railwayConcession.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions flutter_jank_metrics_01.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '11.0'
# platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
Loading

0 comments on commit 77b05f5

Please sign in to comment.