Skip to content

Commit

Permalink
Upgrade Simperium dependency and upgrade to SDK 33
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo04 committed Oct 10, 2023
1 parent f626db4 commit a856fcb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Simplenote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -38,7 +37,7 @@ android {
}
versionCode 161
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 33

testInstrumentationRunner 'com.automattic.simplenote.SimplenoteAppRunner'
}
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit a856fcb

Please sign in to comment.