chore: Update targetSDK and dependencies
This commit is contained in:
parent
8bd864c895
commit
7db88df146
2 changed files with 7 additions and 7 deletions
|
@ -38,12 +38,12 @@ def getVersionName = { ->
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdk 34
|
||||
buildToolsVersion = '34.0.0'
|
||||
compileSdk 35
|
||||
buildToolsVersion = '35.0.0'
|
||||
defaultConfig {
|
||||
applicationId "net.typeblog.shelter"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 34
|
||||
targetSdkVersion 35
|
||||
versionCode getVersionCode()
|
||||
versionName getVersionName()
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
@ -76,11 +76,11 @@ android {
|
|||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
|
||||
implementation 'androidx.fragment:fragment:1.6.1'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0-alpha03'
|
||||
implementation 'androidx.fragment:fragment:1.8.4'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
implementation 'androidx.preference:preference:1.2.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'com.google.android.material:material:1.10.0'
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
|
||||
implementation 'mobi.upod:time-duration-picker:1.1.3'
|
||||
debugImplementation project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatDebugRuntimeElements')
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0fe8340267b8824d98bf0a923a77662efbed171a
|
||||
Subproject commit ae5ee4b4a0fb380c99e05f53b753cc86b212f1dd
|
Loading…
Reference in a new issue