|
@@ -23,11 +23,11 @@ android {
|
|
|
storePassword keystoreProperties['storePassword']
|
|
|
}
|
|
|
}
|
|
|
- compileSdkVersion 30
|
|
|
+ compileSdkVersion 32
|
|
|
defaultConfig {
|
|
|
applicationId "io.github.zadam.triliumsender"
|
|
|
minSdkVersion 21
|
|
|
- targetSdkVersion 30
|
|
|
+ targetSdkVersion 32
|
|
|
versionCode 1
|
|
|
versionName "0.1"
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
@@ -38,18 +38,18 @@ android {
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
|
}
|
|
|
}
|
|
|
- buildToolsVersion '30.0.2'
|
|
|
+ buildToolsVersion '32.0.0'
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
- implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
- implementation 'com.google.android.material:material:1.2.1'
|
|
|
- implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
|
|
|
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.4.0'
|
|
|
+ implementation 'com.google.android.material:material:1.4.0'
|
|
|
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
|
|
|
testImplementation 'junit:junit:4.13.1'
|
|
|
- androidTestImplementation 'androidx.test:runner:1.3.0'
|
|
|
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.4.0'
|
|
|
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
|
|
implementation("com.squareup.okhttp3:okhttp:4.9.0")
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
|