diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f4231a2f0db38ec60b85a758a7a65534efad38c..245322fa068e5882f666353511da3a1b00a22c5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,7 @@ before_script:
   - rm flutter-sdk.tar.xz
   - export PATH=$PATH:$PWD/flutter/bin
   - echo flutter.sdk=$PWD/flutter > android/local.properties
+  - flutter packages get
 
 stages:
   - test
@@ -53,7 +54,8 @@ build:appbundle:
   script:
     - mv $KEY_PROPERTIES_ANDROID android/key.properties
     - echo $KEYSTORE_ANDROID | base64 -d > android/app/key.jks
-    - flutter build appbundle
+    - echo $CI_PIPELINE_IID
+    - flutter build appbundle --build-number $CI_PIPELINE_IID
   artifacts:
     paths:
       - build/app/outputs/bundle/release
@@ -79,7 +81,7 @@ deploy:play:
   environment:
     name: Play Store
   before_script:
-    - mv $KEY_FASTLANE_ANDROID android/key-fastlane.json
+    - mv $KEY_FASTLANE_ANDROID android/fastlane/key-fastlane.json
     - cd android
     - gem install bundler
     - bundle install
diff --git a/README.md b/README.md
index c1d6023332f81e2e476f338d3786c5cc14e405cc..6e06bf1596a6bb04e00a33a892de653556dc4517 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 # home_industry
 
+[![pipeline status](https://gitlab.cs.ui.ac.id/ppl-fasilkom-ui/2020/ppl-c/diskominfo-depok-tpu-online/post-rpl-mobile/badges/master/pipeline.svg)](https://gitlab.cs.ui.ac.id/ppl-fasilkom-ui/2020/ppl-c/diskominfo-depok-tpu-online/post-rpl-mobile/commits/master)
+[![coverage report](https://gitlab.cs.ui.ac.id/ppl-fasilkom-ui/2020/ppl-c/diskominfo-depok-tpu-online/post-rpl-mobile/badges/master/coverage.svg)](https://gitlab.cs.ui.ac.id/ppl-fasilkom-ui/2020/ppl-c/diskominfo-depok-tpu-online/post-rpl-mobile/-/commits/master)
+
 Home Industry is a platform that sell various goods
 
 ## Getting Started
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index e894b4065d7dbfe4d57969d4609d1b90a9c335d4..9b7a44194af07e2abfe95fee48a1e2aa3b322eac 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -8,7 +8,7 @@
          FlutterApplication and put your custom class here. -->
     <application
         android:name="io.flutter.app.FlutterApplication"
-        android:label="home_industry"
+        android:label="Industri Pilar"
         android:icon="@mipmap/ic_launcher">
         <activity
             android:name=".MainActivity"
diff --git a/android/fastlane/Appfile b/android/fastlane/Appfile
index 20203183e456b56c455726664159d017d535fe44..45472570f78ffad774d0dfcfcd3f1e92811a5238 100644
--- a/android/fastlane/Appfile
+++ b/android/fastlane/Appfile
@@ -1,2 +1,2 @@
 json_key_file("key-fastlane.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
-package_name("com.home.industry.home_industry") # e.g. com.krausefx.app
+package_name("com.home.industry") # e.g. com.krausefx.app
diff --git a/android/fastlane/metadata/android/id/changelogs/0.0.1.txt b/android/fastlane/metadata/android/id/changelogs/0.0.1.txt
new file mode 100644
index 0000000000000000000000000000000000000000..adb150a75adaa2e1f3605b02be04d4b3e8d92cc6
--- /dev/null
+++ b/android/fastlane/metadata/android/id/changelogs/0.0.1.txt
@@ -0,0 +1 @@
+Initial project
\ No newline at end of file
diff --git a/android/fastlane/metadata/android/id/changelogs/2.txt b/android/fastlane/metadata/android/id/changelogs/2.txt
new file mode 100644
index 0000000000000000000000000000000000000000..60132dc659a48c967808726aceb7073354801225
--- /dev/null
+++ b/android/fastlane/metadata/android/id/changelogs/2.txt
@@ -0,0 +1 @@
+Add internet permission
\ No newline at end of file
diff --git a/android/fastlane/metadata/android/id/full_description.txt b/android/fastlane/metadata/android/id/full_description.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7d6b27aa758718f6d68a4fe672fcb660f3d7937a
--- /dev/null
+++ b/android/fastlane/metadata/android/id/full_description.txt
@@ -0,0 +1 @@
+Dalam tahap pengembangan
\ No newline at end of file
diff --git a/android/fastlane/metadata/android/id/images/featureGraphic.png b/android/fastlane/metadata/android/id/images/featureGraphic.png
new file mode 100644
index 0000000000000000000000000000000000000000..3599f6dbd51f690017ef986afdc86e2e2770c983
Binary files /dev/null and b/android/fastlane/metadata/android/id/images/featureGraphic.png differ
diff --git a/android/fastlane/metadata/android/id/images/icon.png b/android/fastlane/metadata/android/id/images/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fd05dcf601713f91fb397305e8b7a51c9d7013e
Binary files /dev/null and b/android/fastlane/metadata/android/id/images/icon.png differ
diff --git a/android/fastlane/metadata/android/id/images/phoneScreenshots/1_id.jpeg b/android/fastlane/metadata/android/id/images/phoneScreenshots/1_id.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..d22114a2ba1d4527d60307c9e6d956c438074306
Binary files /dev/null and b/android/fastlane/metadata/android/id/images/phoneScreenshots/1_id.jpeg differ
diff --git a/android/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg b/android/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..d22114a2ba1d4527d60307c9e6d956c438074306
Binary files /dev/null and b/android/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg differ
diff --git a/android/fastlane/metadata/android/id/short_description.txt b/android/fastlane/metadata/android/id/short_description.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e606a1fc1992bda460e34ac064204c9425fc017b
--- /dev/null
+++ b/android/fastlane/metadata/android/id/short_description.txt
@@ -0,0 +1 @@
+Tahap pengembangan
\ No newline at end of file
diff --git a/android/fastlane/metadata/android/id/title.txt b/android/fastlane/metadata/android/id/title.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e5e19480bdf8493b4e9c73f813406d89e0af4d83
--- /dev/null
+++ b/android/fastlane/metadata/android/id/title.txt
@@ -0,0 +1 @@
+Home Industry
\ No newline at end of file
diff --git a/android/fastlane/metadata/android/id/video.txt b/android/fastlane/metadata/android/id/video.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/pubspec.yaml b/pubspec.yaml
index 735e25ea9c142ab52b7f89c1f510987a3dac9b41..15a6993c14065c992b1752f1889221c7905943d9 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -11,7 +11,7 @@ description: Home Industry is a platform that sell various goods
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 0.0.1+0
+version: 0.0.1+1
 
 environment:
   sdk: ">=2.1.0 <3.0.0"