Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/cert4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2022-05-10 12:37:02 +0300
committerRicki Hirner <hirner@bitfire.at>2022-05-10 13:02:46 +0300
commitb3e28100d7b349c360f3537f5856fc486bf73148 (patch)
tree09a22301746d69247b07a857766cdb0f1344e9fc
parentd6c73952bc0a8de125c1128e67d476972bfd8882 (diff)
Update dependencies and SDK level
-rw-r--r--build.gradle20
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 11 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle
index 007d6eb..c53d3f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext.versions = [
- kotlin: '1.6.10',
+ kotlin: '1.6.21',
dokka: '1.5.0',
conscrypt: '2.5.2'
]
@@ -11,7 +11,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.1.0'
+ classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
}
@@ -28,12 +28,12 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'org.jetbrains.dokka'
android {
- compileSdkVersion 31
- buildToolsVersion '30.0.3'
+ compileSdkVersion 32
+ buildToolsVersion '32.0.0'
defaultConfig {
minSdkVersion 14 // Android 4.0
- targetSdkVersion 31 // Android 12
+ targetSdkVersion 32 // Android 12v2
}
compileOptions {
@@ -64,17 +64,17 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
- implementation 'androidx.appcompat:appcompat:1.4.0'
+ implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
- implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.0'
- implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0'
- implementation 'com.google.android.material:material:1.4.0'
+ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
+ implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
+ implementation 'com.google.android.material:material:1.6.0'
implementation "org.conscrypt:conscrypt-android:${versions.conscrypt}"
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
- androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
+ androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.3'
testImplementation 'junit:junit:4.13.2'
}
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index a0f7639..92f06b5 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists