Skip to content

Commit

Permalink
android: Rename package id
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jan 14, 2025
1 parent b66eb78 commit 4a8f4f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
namespace = "com.gray.pikatorrent"
namespace = "com.pikatorrent.PikaTorrent"
compileSdk = flutter.compileSdkVersion
ndkVersion = "25.1.8937393" //flutter.ndkVersion

Expand All @@ -22,7 +22,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.gray.pikatorrent"
applicationId = "com.pikatorrent.PikaTorrent"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = 26
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.gray.pikatorrent
package com.pikatorrent.PikaTorrent

import android.os.Bundle
import io.flutter.embedding.android.FlutterActivity
Expand Down

0 comments on commit 4a8f4f9

Please sign in to comment.