added splash screen and starting to work on a toolbar which will house stuff like signing in, settings and refreshing data

This commit is contained in:
Odweta
2024-01-28 18:34:48 +01:00
parent b089a04c4b
commit 92d18abc91
41 changed files with 266 additions and 40 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "com.odweta.solen"
minSdk = 24
minSdk = 28
targetSdk = 34
versionCode = 1
versionName = "1.0"
@@ -48,6 +48,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.4.0")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("androidx.viewpager2:viewpager2:1.0.0")
implementation("com.github.bumptech.glide:glide:4.16.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
testImplementation("junit:junit:4.13.2")