update dependencies

This commit is contained in:
Helium314 2023-06-25 14:51:13 +02:00
parent c3772cd56e
commit 2c879e8aca
6 changed files with 235 additions and 159 deletions

View file

@ -1,14 +1,13 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 31
compileSdkVersion 33
defaultConfig {
applicationId "org.dslul.openboard.inputmethod.latin"
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 33
versionCode 19
versionName '1.4.5'
}
@ -34,7 +33,7 @@ android {
abortOnError false
}
ndkVersion '21.3.6528147'
ndkVersion '23.2.8568313'
androidResources {
noCompress 'dict'
}
@ -43,11 +42,8 @@ android {
dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1' // Replaces recyclerview:1.0.0 included by above dependency
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.recyclerview:recyclerview:1.3.0' // Replaces recyclerview:1.0.0 included by above dependency
implementation 'androidx.core:core-ktx:1.10.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.viewpager2:viewpager2:1.0.0'
}
repositories {
mavenCentral()
}