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

Commit

Permalink
Release 2.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kordianbruck committed Sep 17, 2018
1 parent 84462ef commit 034ed32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId "de.tum.in.tumcampus"
minSdkVersion 21
targetSdkVersion 28
versionCode 545
versionName "2.0-dev"
versionCode 546
versionName "2.0-beta2-dev"
kapt.arguments {
arg("room.schemaLocation", "$projectDir/schemas".toString())
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<string-array name="roles">
<item>@string/student</item>
<item>@string/employee</item>
Expand Down Expand Up @@ -133,7 +133,7 @@
</string-array>

<!-- Grades -->
<string-array name="grades">
<string-array name="grades" tools:ignore="MissingTranslation">
<item>1,0</item>
<item>1,3</item>
<item>1,4</item>
Expand Down

0 comments on commit 034ed32

Please sign in to comment.