diff --git a/Simplenote/build.gradle b/Simplenote/build.gradle index 7d718f456..5411c0834 100644 --- a/Simplenote/build.gradle +++ b/Simplenote/build.gradle @@ -5,8 +5,7 @@ apply plugin: 'kotlin-kapt' apply plugin: 'dagger.hilt.android.plugin' android { - buildToolsVersion '30.0.3' - compileSdkVersion 31 + compileSdkVersion 33 ndkVersion '25.2.9519653' buildTypes { @@ -38,7 +37,7 @@ android { } versionCode 161 minSdkVersion 23 - targetSdkVersion 31 + targetSdkVersion 33 testInstrumentationRunner 'com.automattic.simplenote.SimplenoteAppRunner' } @@ -107,7 +106,7 @@ dependencies { // Fastlane screengrab for screenshots automation androidTestImplementation 'tools.fastlane:screengrab:2.0.0' // Automattic and WordPress dependencies - implementation 'com.automattic:simperium:v1.2.0' + implementation 'com.automattic:simperium:248-45b683bc8445340222df4c80136f7b9fa05d1a89' implementation 'com.github.Automattic:Automattic-Tracks-Android:2.1.0' implementation 'org.wordpress:passcodelock:2.0.2'