Skip to content

Commit

Permalink
Finish Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anugrahdev committed May 29, 2020
1 parent 8cf1f0b commit 841784b
Show file tree
Hide file tree
Showing 76 changed files with 792 additions and 823 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

defaultConfig {
applicationId "com.anugrahdev.app.ikurir"
applicationId "com.anugrahdev.app.klikPaket"
minSdkVersion 24
targetSdkVersion 29
versionCode 1
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

Expand Down Expand Up @@ -85,9 +85,9 @@ dependencies {


//Android Room
implementation "androidx.room:room-runtime:2.2.0-rc01"
implementation "androidx.room:room-ktx:2.2.0-rc01"
kapt "androidx.room:room-compiler:2.2.0-rc01"
implementation "androidx.room:room-runtime:2.2.5"
implementation "androidx.room:room-ktx:2.2.5"
kapt "androidx.room:room-compiler:2.2.5"

implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
Expand All @@ -101,7 +101,7 @@ dependencies {
implementation 'com.journeyapps:zxing-android-embedded:4.1.0'

//time
implementation 'com.jakewharton.threetenabp:threetenabp:1.0.3'
implementation 'com.jakewharton.threetenabp:threetenabp:1.2.1'

//Material dialog
implementation 'com.afollestad.material-dialogs:core:3.3.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.anugrahdev.app.ikurir
package com.anugrahdev.app.klikPaket

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
9 changes: 5 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="https://schemas.android.com/apk/res/android"
xmlns:tools="https://schemas.android.com/tools"
package="com.anugrahdev.app.ikurir">
package="com.anugrahdev.app.klikPaket">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand All @@ -11,19 +11,20 @@

android:hardwareAccelerated="true"
android:allowBackup="true"
android:name=".MyApplication"
android:name="com.anugrahdev.app.klikPaket.MyApplication"
android:icon="@drawable/ic_parcel"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:usesCleartextTraffic="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:fullBackupContent="true">
<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:screenOrientation="fullSensor"
tools:replace="screenOrientation" />
<activity android:name=".ui.MainActivity">
<activity android:name="com.anugrahdev.app.klikPaket.ui.MainActivity">

<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 841784b

Please sign in to comment.