From 1184a89a52abbaa10489ef38f83177a8e6be93c2 Mon Sep 17 00:00:00 2001 From: Tilman Ginzel Date: Tue, 23 Aug 2016 17:43:40 +0200 Subject: [PATCH] Updated version to 1.1.2 --- CHANGELOG.md | 4 ++++ README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615a4e29..8d13b4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 1a64d6a1..4d34016e 100644 --- a/README.md +++ b/README.md @@ -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)


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)! diff --git a/app/build.gradle b/app/build.gradle index da382bb7..5aee53e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 }