Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
PT Gizi Sehat - Dietela
Dietela Mobile
Commits
16b472e5
Commit
16b472e5
authored
Jun 23, 2021
by
wulanmantiri
Browse files
[CHORES] Remove unnecessary scripts
parent
f21848e2
Pipeline
#82957
passed with stages
in 14 minutes and 33 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
16b472e5
...
...
@@ -98,4 +98,3 @@ android:
only
:
-
staging
-
master
-
fix-build-autistic
android/app/build.gradle
View file @
16b472e5
...
...
@@ -132,7 +132,7 @@ android {
defaultConfig
{
applicationId
"com.dietela_mobile"
minSdkVersion
21
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
versionName
"1.0"
...
...
@@ -231,4 +231,3 @@ task copyDownloadableDepsToLibs(type: Copy) {
}
apply
from:
file
(
"../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"
);
applyNativeModulesAppBuildGradle
(
project
)
// apply plugin: 'com.google.gms.google-services'
android/build.gradle
View file @
16b472e5
...
...
@@ -3,7 +3,7 @@
buildscript
{
ext
{
buildToolsVersion
=
"29.0.2"
minSdkVersion
=
1
6
minSdkVersion
=
2
1
compileSdkVersion
=
29
targetSdkVersion
=
29
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment