Skip to content

Commit cc3e0db

Browse files
committed
adk downgrade
1 parent d8c35b2 commit cc3e0db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ plugins {
1111

1212
android {
1313
namespace = "com.shalenmathew.quotesapp"
14-
compileSdk = 37
14+
compileSdk = 36
1515

1616
defaultConfig {
1717
applicationId = "com.shalenmathew.quotesapp"
1818
minSdk = 24
19-
targetSdk = 37
20-
versionCode = 40
21-
versionName = "5.0"
19+
targetSdk = 36
20+
versionCode = 41
21+
versionName = "5.1"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
vectorDrawables {

0 commit comments

Comments
 (0)