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:
Odweta
2024-02-17 20:37:17 +01:00
parent df41d4a285
commit 35fc8bc97a
18 changed files with 155 additions and 47 deletions
+1 -2
View File
@@ -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")
}