Skip to content

Commit

Permalink
reformatting the code
Browse files Browse the repository at this point in the history
  • Loading branch information
AkuraDiary committed Apr 4, 2022
1 parent 8956d80 commit 155753e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion KKM/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
jvmTarget = '1.8'
}

buildFeatures{
buildFeatures {
viewBinding true
dataBinding true
}
Expand Down
5 changes: 2 additions & 3 deletions KKM/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript{
buildscript {

ext{
ext {
//base
core_ver = "1.3.2"
appcompat_ver = "1.2.0"
Expand Down Expand Up @@ -71,7 +71,6 @@ plugins {
}



task clean(type: Delete) {
delete rootProject.buildDir
}
Expand Down
2 changes: 1 addition & 1 deletion KKM/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
targetSdk 31

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BASE_URL" , '"https://kkmboiscuy.my.id/"')
buildConfigField("String", "BASE_URL", '"https://kkmboiscuy.my.id/"')

consumerProguardFiles "consumer-rules.pro"
}
Expand Down

0 comments on commit 155753e

Please sign in to comment.