Skip to content

Commit

Permalink
versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
allentown521 committed Jun 24, 2024
1 parent dfba1c8 commit 17b1239
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ android {
defaultConfig {
namespace "allen.town.focus.twitter"
applicationId rootProject.ext.applicationId
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ buildscript {
project.ext {
//app info
applicationId = "allen.town.focus.mastodon"
// buildToolsVersion = "30.0.3"
compileSdkVersion = 33 //jdk need 17 and later
minSdkVersion = 24
targetSdkVersion = 33
googleVersionCode = 1630
//end --
versionCode = 1630
versionName = "2.12.0.20240624"

// AndroidX
Expand Down
2 changes: 0 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ android {
productFlavors {
fdroid {
dimension "market"
versionCode rootProject.ext.googleVersionCode
}
play {
dimension "market"
versionCode rootProject.ext.googleVersionCode
}
free {

Expand Down

0 comments on commit 17b1239

Please sign in to comment.