File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,10 +110,10 @@ kotlin {
110110
111111android {
112112 namespace = " io.github.xxfast.decompose.router.app"
113- compileSdk = 34
113+ compileSdk = 35
114114 defaultConfig {
115115 minSdk = 25
116- targetSdk = 34
116+ targetSdk = 35
117117 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
118118 }
119119
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ kotlin {
3434
3535android {
3636 namespace = " io.github.xxfast.decompose.router.wear"
37- compileSdk = 34
37+ compileSdk = 35
3838 defaultConfig {
3939 minSdk = 25
40- targetSdk = 34
40+ targetSdk = 35
4141 }
4242
4343 compileOptions {
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ kotlin {
9898
9999android {
100100 namespace = " io.github.xxfast.decompose.router"
101- compileSdk = 34
101+ compileSdk = 35
102102 defaultConfig {
103103 minSdk = 25
104- targetSdk = 34
104+ targetSdk = 35
105105 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
106106 }
107107
You can’t perform that action at this time.
0 commit comments