Skip to content

Commit

Permalink
Set packagename and version for first beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Aug 5, 2023
1 parent 2e65b74 commit 1a066d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ android {
compileSdk 34

defaultConfig {
applicationId "com.apkupdater3"
applicationId "com.apkupdater"
minSdk 24
targetSdk 34
versionCode 30000013
versionName "3.0.0-alpha-13"
versionCode 44
versionName "3.0.0-beta-01"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { useSupportLibrary true }
}
Expand Down

0 comments on commit 1a066d5

Please sign in to comment.