Skip to content

Commit

Permalink
Updated version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmanginzel committed Aug 23, 2016
1 parent 0c04435 commit 1184a89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 1.1.2

- Added calculation of participants and average for overview if it is not given

# 1.1.1

- Minor fix to remove invalid html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> [MyGrades](https://mygrades.de/) Android App
[![Apache2 License](https://img.shields.io/badge/license-APACHE2-blue.svg?style=flat-square)](/LICENSE)
[![MyGrades Version](https://img.shields.io/badge/mygrades-1.1.1-8BC34A.svg?style=flat-square)](https://mygrades.de)
[![MyGrades Version](https://img.shields.io/badge/mygrades-1.1.2-8BC34A.svg?style=flat-square)](https://mygrades.de)
<br><br><br>
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)!

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'de.mygrades'
minSdkVersion 16
targetSdkVersion 23
versionCode 17
versionName "1.1.1"
versionCode 18
versionName "1.1.2"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 1184a89

Please sign in to comment.