Skip to content

Commit

Permalink
updating commons and target SDK to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Apr 2, 2022
1 parent 3ec872d commit 39aac01
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 58 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
applicationId "com.simplemobiletools.thankyou"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 23
versionName "5.4.2"
setProperty("archivesBaseName", "thank-you")
Expand Down Expand Up @@ -61,5 +61,5 @@ android {
}

dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:03e4d214b1'
implementation 'com.github.SimpleMobileTools:Simple-Commons:a6fa9c19ac'
}
Loading

0 comments on commit 39aac01

Please sign in to comment.