Skip to content

Commit ef1b405

Browse files
committed
Updated version to 1.1.1
1 parent 3715f7b commit ef1b405

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
# 1.1.0 (next release)
3+
# 1.1.1
4+
5+
- Minor fix to remove invalid html
6+
7+
# 1.1.0
48

59
- Added extensive edit mode to modify grade entries
610
- change all properties (grade, cp, weight, ...)

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.0-8BC34A.svg?style=flat-square)](https://mygrades.de)
7+
[![MyGrades Version](https://img.shields.io/badge/mygrades-1.1.1-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 16
12-
versionName "1.1.0"
11+
versionCode 17
12+
versionName "1.1.1"
1313

1414
vectorDrawables.useSupportLibrary = true
1515
}

0 commit comments

Comments
 (0)