Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Mar 19, 2018
1 parent f385114 commit b63d28a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 27
defaultConfig {
applicationId "cloud.techstar.circle_menu"
applicationId "cloud.techstar.circlemenu"
minSdkVersion 14
targetSdkVersion 27
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cloud.techstar.circle_menu
package cloud.techstar.circlemenu

import android.support.test.InstrumentationRegistry
import android.support.test.runner.AndroidJUnit4
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cloud.techstar.circle_menu">
package="cloud.techstar.circlemenu">

<application
android:allowBackup="true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cloud.techstar.circle_menu
package cloud.techstar.circlemenu

import org.junit.Test

Expand Down

0 comments on commit b63d28a

Please sign in to comment.