Skip to content

Commit 84081af

Browse files
committed
Mengubah settingan awal untuk gradle level Project & Module
1 parent ed0e431 commit 84081af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 33
7+
compileSdk 32
88

99
defaultConfig {
1010
applicationId "com.capstone.arahku"
1111
minSdk 21
12-
targetSdk 33
12+
targetSdk 32
1313
versionCode 1
1414
versionName "1.0"
1515

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.4.1' apply false
4-
id 'com.android.library' version '7.4.1' apply false
3+
id 'com.android.application' version '7.2.2' apply false
4+
id 'com.android.library' version '7.2.2' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
66
}
77

0 commit comments

Comments
 (0)