Skip to content

Commit

Permalink
benerin nama package
Browse files Browse the repository at this point in the history
  • Loading branch information
teddypangkat committed Dec 10, 2018
1 parent 290c44e commit 90ba9c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "educa62.id.android_actionbartoolbar"
applicationId "com.educa62.userinterface_and_navigation"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package educa62.com.educa62.userinterface_and_navigation;
package com.educa62.userinterface_and_navigation;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="educa62.com.educa62.userinterface_and_navigation">
package="com.educa62.userinterface_and_navigation">

<application
android:allowBackup="true"
Expand All @@ -9,7 +9,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="educa62.com.educa62.userinterface_and_navigation.MainActivity">
<activity android:name="com.educa62.userinterface_and_navigation.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package educa62.com.educa62.userinterface_and_navigation;
package com.educa62.userinterface_and_navigation;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package educa62.com.educa62.userinterface_and_navigation;
package com.educa62.userinterface_and_navigation;

import org.junit.Test;

Expand Down

0 comments on commit 90ba9c7

Please sign in to comment.