We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0e431 commit 84081afCopy full SHA for 84081af
app/build.gradle
@@ -4,12 +4,12 @@ plugins {
4
}
5
6
android {
7
- compileSdk 33
+ compileSdk 32
8
9
defaultConfig {
10
applicationId "com.capstone.arahku"
11
minSdk 21
12
- targetSdk 33
+ targetSdk 32
13
versionCode 1
14
versionName "1.0"
15
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
plugins {
3
- id 'com.android.application' version '7.4.1' apply false
- id 'com.android.library' version '7.4.1' apply false
+ id 'com.android.application' version '7.2.2' apply false
+ id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
0 commit comments