Skip to content

Commit

Permalink
Merge branch 'main' into add-vedha-to-about
Browse files Browse the repository at this point in the history
  • Loading branch information
vavali08 authored Sep 29, 2023
2 parents 22b3713 + a4f9ffb commit 10d0785
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ out/
.gradle/
build/
.idea/
gradle/wrapper/

# Local configuration file (sdk path, etc)
local.properties
Expand Down Expand Up @@ -71,4 +72,4 @@ fastlane/readme.md
# Crashlytics and API keys
src/main/assets/crashlytics-build.properties
src/main/res/values/com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics.properties
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class AboutFragment : Fragment() {
val members = arrayListOf("Rohan Chhaya", "Anna Jiang", "Julius Snipes", "Zhiyan Lu",
"Belinda Xi", "Vishesh Patel", "Ali Krema", "Jenny Li", "Sruthi Kurada", "Charis Gao",
"Trini Feng", "Vedha Avali")

val alumni = arrayListOf("Marta García Ferreiro", "Varun Ramakrishnan", "Sahit Penmatcha",
"Anna Wang", "Sophia Ye", "Awad Irfan", "Liz Powell", "Davies Lumumba")
view.our_team_rv?.adapter = AboutAdapter(members)
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Aug 11 21:11:21 PDT 2021
#Sun Sep 24 13:00:24 EDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

0 comments on commit 10d0785

Please sign in to comment.