Skip to content

Commit

Permalink
enterprises: more finance stability (fixes open-learning-exchange#2969)…
Browse files Browse the repository at this point in the history
… (open-learning-exchange#2971)

Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Jan 9, 2024
1 parent 1366b21 commit 1599f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1273
versionName "0.12.73"
versionCode 1274
versionName "0.12.74"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ open class RealmMyTeam : RealmObject() {
myTeams.resourceId = JsonUtils.getString("resourceId", doc)
myTeams.teamType = JsonUtils.getString("teamType", doc)
myTeams.route = JsonUtils.getString("route", doc)
myTeams.teamType = JsonUtils.getString("type", doc)
myTeams.type = JsonUtils.getString("type", doc)
myTeams.services = JsonUtils.getString("services", doc)
myTeams.rules = JsonUtils.getString("rules", doc)
myTeams.parentCode = JsonUtils.getString("parentCode", doc)
Expand Down

0 comments on commit 1599f37

Please sign in to comment.