Bumped dependencies & targetting Android 14 (API level 34)
This commit is contained in:
parent
f6938eba52
commit
a19264a2bd
1 changed files with 5 additions and 5 deletions
|
@ -83,10 +83,10 @@ android {
|
|||
targetCompatibility = 17
|
||||
}
|
||||
|
||||
compileSdkVersion 33
|
||||
compileSdkVersion 34
|
||||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 33
|
||||
targetSdkVersion 34
|
||||
versionCode appVersionCode
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
|
@ -203,13 +203,13 @@ dependencies {
|
|||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
|
||||
implementation 'androidx.media:media:1.6.0'
|
||||
implementation "androidx.security:security-crypto-ktx:1.1.0-alpha06"
|
||||
implementation "androidx.window:window:1.0.0"
|
||||
implementation "androidx.window:window:1.1.0"
|
||||
|
||||
def emoji_version = "1.4.0-beta04"
|
||||
def emoji_version = "1.4.0-beta05"
|
||||
implementation "androidx.emoji2:emoji2:$emoji_version"
|
||||
implementation "androidx.emoji2:emoji2-emojipicker:$emoji_version"
|
||||
|
||||
def nav_version = "2.5.3"
|
||||
def nav_version = "2.6.0"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
|
||||
|
||||
|
|
Loading…
Reference in a new issue