Skip to content

Commit 8051fa0

Browse files
committed
Revert "build: Update compileSdk and targetSdk to 36"
This reverts commit ec9e451.
1 parent 605ee03 commit 8051fa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ room {
1717

1818
android {
1919
namespace = "com.github.umer0586.droidpad"
20-
compileSdk = 36
20+
compileSdk = 35
2121

2222
defaultConfig {
2323
applicationId = "com.github.umer0586.droidpad"
2424
minSdk = 21
25-
targetSdk = 36
25+
targetSdk = 35
2626
versionCode = 33
2727
versionName = "3.4.0"
2828

0 commit comments

Comments
 (0)