Skip to content

Commit

Permalink
Update libs and target SDK 31
Browse files Browse the repository at this point in the history
  • Loading branch information
39aldo39 committed Nov 9, 2021
1 parent 96343fe commit 5a6be6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "vcard4android"]
path = vcard4android
url = https://gitlab.com/bitfireAT/vcard4android.git
url = https://github.com/bitfireAT/vcard4android.git
[submodule "ical4android"]
path = ical4android
url = https://gitlab.com/bitfireAT/ical4android.git
url = https://github.com/bitfireAT/ical4android.git
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 29
compileSdkVersion 31
defaultConfig {
applicationId "org.decsync.cc"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 31
versionCode 31
versionName "2.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -59,7 +59,7 @@ dependencies {
})
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.work:work-runtime-ktx:2.5.0'
implementation 'androidx.work:work-runtime-ktx:2.7.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 5a6be6f

Please sign in to comment.