Update dependency androidx.core:core to v1.7.0 #6

Merged
Xefir merged 4 commits from renovate/androidx.core-core-1.x into master 2021-10-28 07:25:32 +00:00
Showing only changes of commit dfc026b52b - Show all commits

View File

@ -3,13 +3,13 @@ plugins {
} }
android { android {
compileSdkVersion 30 compileSdkVersion 31
buildToolsVersion "30.0.3" buildToolsVersion "30.0.3"
defaultConfig { defaultConfig {
applicationId "net.crystalyx.setaswallpaper" applicationId "net.crystalyx.setaswallpaper"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 30 targetSdkVersion 31
versionCode 6 versionCode 6
versionName "2.4" versionName "2.4"
} }