File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ plugins {
9
9
10
10
android {
11
11
namespace = " com.cyh128.hikari_novel"
12
- compileSdk = 34
12
+ compileSdk = 35
13
13
14
14
defaultConfig {
15
15
applicationId = " com.cyh128.hikari_novel"
16
16
minSdk = 24
17
- targetSdk = 34
18
- versionCode = 241018
19
- versionName = " 3.1.1 "
17
+ targetSdk = 35
18
+ versionCode = 241102
19
+ versionName = " 3.2.0 "
20
20
21
21
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
22
22
}
@@ -78,10 +78,10 @@ android {
78
78
79
79
dependencies {
80
80
// android相关
81
- implementation(" androidx.core:core-ktx:1.13.1 " )
81
+ implementation(" androidx.core:core-ktx:1.15.0 " )
82
82
implementation(" androidx.appcompat:appcompat:1.7.0" )
83
83
implementation(" com.google.android.material:material:1.13.0-alpha07" )
84
- implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
84
+ implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
85
85
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
86
86
implementation(" androidx.viewpager2:viewpager2:1.1.0" )
87
87
@@ -103,7 +103,7 @@ dependencies {
103
103
104
104
// lifecycle
105
105
implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
106
- implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.8.6 " )
106
+ implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.8.7 " )
107
107
108
108
// 协程
109
109
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC" )
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
- id(" com.android.application" ) version " 8.6.0 " apply false
3
+ id(" com.android.application" ) version " 8.7.2 " apply false
4
4
id(" org.jetbrains.kotlin.android" ) version " 2.0.0" apply false
5
5
id(" com.google.devtools.ksp" ) version " 2.0.0-1.0.21" apply false
6
6
// id("org.jetbrains.kotlin.kapt") version "2.0.0" apply false
7
- id(" com.android.library" ) version " 8.6.0 " apply false
7
+ id(" com.android.library" ) version " 8.7.2 " apply false
8
8
id(" com.google.dagger.hilt.android" ) version " 2.50" apply false
9
9
}
10
10
Original file line number Diff line number Diff line change 1
1
# Sat Jan 27 16:20:12 CST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments