Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update versionCode and versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusHenke authored and Julius Henke committed Sep 27, 2020
1 parent 8d3ebff commit ad76d2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Timetable-App
This is a timetable App for android phones.
This is a timetable App for android phones. It is simple and quick to setup.

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
Expand All @@ -9,7 +9,6 @@ This is a timetable App for android phones.
height="80">](https://play.google.com/store/apps/details?id=juliushenke.smarttt)

Features:
- saveable timetables
- even/odd week detection
- saveable subjects
- a clean design
- even/odd week detection (2 timetables)
- savable subjects with more info
- clean design
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId 'juliushenke.smarttt'
minSdkVersion 16
targetSdkVersion 30
versionCode 17
versionName '2.3'
versionCode 18
versionName '2.4'
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit ad76d2f

Please sign in to comment.