Skip to content

Commit

Permalink
actions: migrate RealmFeedback model to kotlin (fixes #2776) (#2781)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Dec 5, 2023
1 parent 954abfb commit 0710d06
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 294 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 1183
versionName "0.11.83"
versionCode 1184
versionName "0.11.84"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
258 changes: 0 additions & 258 deletions app/src/main/java/org/ole/planet/myplanet/model/RealmFeedback.java

This file was deleted.

Loading

0 comments on commit 0710d06

Please sign in to comment.