Skip to content

Commit

Permalink
Use a better Android namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
darronschall committed Nov 22, 2024
1 parent 6309c7c commit fc1c632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}

namespace = "com.collectiveidea"
namespace = "com.collectiveidea.twirp"
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile>().configureEach {
Expand Down

0 comments on commit fc1c632

Please sign in to comment.