There was an error while loading. Please reload this page.
1 parent d8c35b2 commit cc3e0dbCopy full SHA for cc3e0db
1 file changed
app/build.gradle.kts
@@ -11,14 +11,14 @@ plugins {
11
12
android {
13
namespace = "com.shalenmathew.quotesapp"
14
- compileSdk = 37
+ compileSdk = 36
15
16
defaultConfig {
17
applicationId = "com.shalenmathew.quotesapp"
18
minSdk = 24
19
- targetSdk = 37
20
- versionCode = 40
21
- versionName = "5.0"
+ targetSdk = 36
+ versionCode = 41
+ versionName = "5.1"
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24
vectorDrawables {
0 commit comments