Skip to content

Commit

Permalink
login: refactor towards viewbinding (fixes #2611) (#2613)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Oct 23, 2023
1 parent 73a7497 commit 1128b1d
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 93 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1107
versionName "0.11.7"
versionCode 1108
versionName "0.11.8"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
Loading

0 comments on commit 1128b1d

Please sign in to comment.