Skip to content

Commit

Permalink
package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kr3st1k committed Apr 15, 2024
1 parent 92f0259 commit cf01da7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ android {
compileSdk = 34

defaultConfig {
applicationId = "dev.kr3st1k.piucompanion"
applicationId = "com.kr3st1k.pumptracker"
minSdk = 31
versionCode = 1
versionName = "1.0"
versionCode = 59
versionName = "0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary = true
}
signingConfig = signingConfigs.getByName("debug")
}

buildTypes {
Expand Down

0 comments on commit cf01da7

Please sign in to comment.