Skip to content

Commit

Permalink
Add EDUTUS
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelltoth committed Sep 4, 2020
1 parent 9463eff commit 6a059a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.infinitx.neptunlite" android:versionName="1.28.190" android:versionCode="50">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.infinitx.neptunlite" android:versionName="1.29.192" android:versionCode="51">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
1 change: 1 addition & 0 deletions NeptunLight/NeptunLight/DataAccess/StaticData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public IEnumerable<Institute> GetAvaialbleInstitutes()
yield return new Institute("BME - Budapesti Műszaki és Gazdaságtudományi Egyetem", new Uri("https://frame.neptun.bme.hu/hallgatoi/"));
yield return new Institute("DE - Debreceni Egyetem", new Uri("https://www-3.neptun.unideb.hu/hallgato/"));
yield return new Institute("DUE - Dunaújvárosi Egyetem", new Uri("https://nappw.dfad.duf.hu/hallgato/"));
yield return new Institute("EDUTUS - Edutus Egyetem", new Uri("https://neptun.edutus.hu/hallgato/"));
yield return new Institute("EKE - Eszterházy Károly Egyetem", new Uri("https://neptunh.uni-eszterhazy.hu/Hallgato/"));
yield return new Institute("ELTE - Eötvös Loránd Tudományegyetem", new Uri("https://hallgato.neptun.elte.hu/"));
yield return new Institute("GDF - Gábor Dénes Főiskola", new Uri("https://neptun.gdf.hu/hallgato/"));
Expand Down

0 comments on commit 6a059a0

Please sign in to comment.