Second Activity and bitmap
This commit is contained in:
parent
76729430ec
commit
1f22b5c8c8
7 changed files with 66 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId = "com.mirenkov.ktheightmap"
|
||||
minSdk = 24
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
|
|
@ -44,6 +44,9 @@ dependencies {
|
|||
implementation(libs.androidx.room.common.jvm)
|
||||
implementation(libs.androidx.room.runtime.android)
|
||||
implementation(libs.androidx.lifecycle.viewmodel.compose.android)
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.material)
|
||||
implementation(libs.androidx.activity)
|
||||
val room_version = "2.7.2"
|
||||
|
||||
ksp("androidx.room:room-compiler:$room_version")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue