Skip to content
2 changes: 1 addition & 1 deletion core-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace = "be.appwise.compose.core"
compileSdk = 35
compileSdk = 36

defaultConfig {
minSdk = 26
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

android {
compileSdk = 35
compileSdk = 36

defaultConfig {
minSdk = 26
Expand Down
2 changes: 1 addition & 1 deletion data/networking/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
compileSdk = 35
compileSdk = 36

defaultConfig {
minSdk = 26
Expand Down
2 changes: 1 addition & 1 deletion data/networking/proxyman/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
compileSdk = 35
compileSdk = 36

defaultConfig {
minSdk = 26
Expand Down
2 changes: 1 addition & 1 deletion data/paging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
group = "com.github.wisemen-digital"

android {
compileSdk = 35
compileSdk = 36

defaultConfig {
minSdk = 26
Expand Down
2 changes: 1 addition & 1 deletion data/room/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
group = "com.github.wisemen-digital"

android {
compileSdk = 35
compileSdk = 36

defaultConfig {
minSdk = 26
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ room = "2.8.0"

retrofit = "3.0.0"
okhttp = "5.1.0"
core-ktx = "1.16.0"
core-ktx = "1.17.0"
material = "1.13.0"
lifecycle = "2.9.3"
appcompat = "1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion list/emptyRecyclerView/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
group = "com.github.wisemen-digital"

android {
compileSdk = 35
compileSdk = 36

defaultConfig {
minSdk = 26
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {
}

android {
compileSdk = 35
compileSdk = 36

defaultConfig {
applicationId = "com.example.coredemo"
minSdk = 26
targetSdk = 35
targetSdk = 36
versionCode = 1
versionName = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion views/dataRow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

android {
compileSdk = 35
compileSdk = 36

defaultConfig {
minSdk = 26
Expand Down