Skip to content

Commit

Permalink
1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HITGIF committed Sep 21, 2018
1 parent 687233c commit 0c3e5dc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
1 change: 0 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'com.carbonylgroup.schoolpower'
minSdkVersion 21
targetSdkVersion 28
versionCode 19
versionName '1.2.6'
versionCode 20
versionName '1.2.7'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":19,"versionName":"1.2.6","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":20,"versionName":"1.2.7","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class AssignmentItem(json: JSONObject) : Serializable {
Pair("late", getStatusIfExists(json, "late")),
Pair("missing", getStatusIfExists(json, "missing")),
Pair("exempt", getStatusIfExists(json, "exempt")),
Pair("excludeInFinalGrade", !getStatusIfExists(json, "includeInFinalGrade", true))
Pair("excludeInFinalGrade", !getStatusIfExists(json, "includeInFinalGrade", true) && !includeInFinalGrade)
)

} catch (e: JSONException) {
Expand Down

0 comments on commit 0c3e5dc

Please sign in to comment.