update dependencies
This commit is contained in:
parent
17f0af264c
commit
c7dea3e924
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.1.1'
|
||||
classpath 'com.android.tools.build:gradle:8.1.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
|
||||
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.14.0"
|
||||
classpath 'com.novoda:bintray-release:0.8.0'
|
||||
|
@ -134,7 +134,6 @@ dependencies {
|
|||
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
||||
implementation "androidx.emoji2:emoji2-emojipicker:1.4.0"
|
||||
implementation "androidx.compose.material3:material3:1.1.2"
|
||||
//implementation "com.github.fredericojssilva:AndroidSwipeLayout:v1.2.2"
|
||||
}
|
||||
|
||||
ext {
|
||||
|
@ -155,7 +154,7 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
|
||||
versionNameSuffix " beta_(2023-10-05)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionNameSuffix " beta_(2023-10-11)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 138
|
||||
versionName "1.8"
|
||||
//resConfigs "en"
|
||||
|
|
Loading…
Reference in a new issue