Skip to content

Commit 1184a89

Browse files
committed
Updated version to 1.1.2
1 parent 0c04435 commit 1184a89

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 1.1.2
4+
5+
- Added calculation of participants and average for overview if it is not given
6+
37
# 1.1.1
48

59
- Minor fix to remove invalid html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> [MyGrades](https://mygrades.de/) Android App
55
66
[![Apache2 License](https://img.shields.io/badge/license-APACHE2-blue.svg?style=flat-square)](/LICENSE)
7-
[![MyGrades Version](https://img.shields.io/badge/mygrades-1.1.1-8BC34A.svg?style=flat-square)](https://mygrades.de)
7+
[![MyGrades Version](https://img.shields.io/badge/mygrades-1.1.2-8BC34A.svg?style=flat-square)](https://mygrades.de)
88
<br><br><br>
99
MyGrades is an Android App developed by [Tilman Ginzel](https://github.com/tilmanginzel) and [Jonas Theis](https://github.com/jonastheis). Its main purpose is to scrape a students grades from her/his respective university's website. To do so, it simulates a browser which follows a sequence of URLs and extracts the desired information with XPATH (web scraping). The core functionality is based on our Android App [Scrapp](https://github.com/tilmanginzel/scrapp), which we developed during our studies at the RheinMain University of Applied Sciences. Special thanks to [Rahel Habacker](https://github.com/RedHilarious)!
1010

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId 'de.mygrades'
99
minSdkVersion 16
1010
targetSdkVersion 23
11-
versionCode 17
12-
versionName "1.1.1"
11+
versionCode 18
12+
versionName "1.1.2"
1313

1414
vectorDrawables.useSupportLibrary = true
1515
}

0 commit comments

Comments
 (0)