Skip to content

Commit

Permalink
Change application package name
Browse files Browse the repository at this point in the history
  • Loading branch information
SpasilliumNexus committed Oct 20, 2018
1 parent 4e94006 commit f933390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.poweramp.v3.vispresets.sample"
applicationId "com.poweramp.v3.vispresets.curatedvizsets"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.poweramp.v3.vispresets.sample">
package="com.poweramp.v3.vispresets.curatedvizsets">

<application
android:allowBackup="true"
Expand Down
@@ -1,4 +1,4 @@
package com.poweramp.v3.vispresets.sample;
package com.poweramp.v3.vispresets.curatedvizsets;

import android.app.Activity;
import android.content.Intent;
Expand Down

0 comments on commit f933390

Please sign in to comment.