Skip to content

Commit

Permalink
build: 更新AGP 7.3.1,更新versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanZhang committed Nov 25, 2022
1 parent 4b95b9c commit f1d1124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "com.mean.shave"
minSdk 23
targetSdk 33
versionCode 2
versionCode 3
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id("com.diffplug.spotless") version "6.11.0"
}
Expand Down

1 comment on commit f1d1124

@vercel
Copy link

@vercel vercel bot commented on f1d1124 Nov 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shave – ./

shaveapp.vercel.app
shave.meancoder.xyz
shave-mean.vercel.app
shave-git-main-mean.vercel.app

Please sign in to comment.