Skip to content

Rename package from com.jpcexample.simpletorrent to com.jpcottin.simpletorrent#2

Merged
jpcottin merged 1 commit into
masterfrom
rename-package-jpcottin
May 22, 2026
Merged

Rename package from com.jpcexample.simpletorrent to com.jpcottin.simpletorrent#2
jpcottin merged 1 commit into
masterfrom
rename-package-jpcottin

Conversation

@jpcottin
Copy link
Copy Markdown
Owner

Summary

  • applicationId and namespace updated in app/build.gradle.kts
  • Package declarations updated in all 13 Kotlin source files (git tracks them as renames)
  • JNI function name prefixes updated in torrent_jni.cpp (Java_com_jpcexample_Java_com_jpcottin_)
  • Keep-rule class path updated in proguard-rules.pro
  • Source directories renamed: com/jpcexample/simpletorrent/com/jpcottin/simpletorrent/ across main, androidTest, and test source sets

Test plan

  • ./gradlew assembleDebug — BUILD SUCCESSFUL
  • App installs and launches on Resizable API-37 AVD as com.jpcottin.simpletorrent
  • All 14 Compose UI instrumented tests pass (./gradlew connectedAndroidTest)

…letorrent

- namespace and applicationId updated in app/build.gradle.kts
- Package declarations updated in all Kotlin source files (13 files,
  tracked as renames by git)
- JNI function prefixes updated in torrent_jni.cpp
  (Java_com_jpcexample_ → Java_com_jpcottin_)
- Keep-rule class path updated in proguard-rules.pro
- Source directories moved:
    com/jpcexample/simpletorrent/ → com/jpcottin/simpletorrent/
  across main, androidTest, and test source sets

Build and all 14 UI instrumented tests pass on Resizable API-37 AVD.
@jpcottin jpcottin merged commit a37ec6d into master May 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant