made v0.9 release, added: show/hide button on sign in (password), made parent accounts work (when a user is a parent, the data that is shown corresponds to the first child in alphabetical order -> maybe this should get fixed if a parent has multiple children on the same school)
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
||||
minSdk = 28
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "0.8"
|
||||
versionName = "0.9"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -47,5 +47,4 @@ dependencies {
|
||||
implementation("androidx.viewpager2:viewpager2:1.0.0")
|
||||
implementation("com.github.bumptech.glide:glide:4.16.0")
|
||||
implementation("com.google.android.material:material:1.11.0")
|
||||
implementation("com.github.bumptech.glide:glide:4.16.0")
|
||||
}
|
||||
Reference in New Issue
Block a user