Skip to content

Commit

Permalink
upgrade version code
Browse files Browse the repository at this point in the history
  • Loading branch information
kidozh committed Nov 24, 2021
1 parent 67c2fe9 commit 8c8a72c
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 @@ -4,13 +4,13 @@ apply plugin: 'kotlin-kapt'

android {
compileSdkVersion 31
buildToolsVersion "30.0.2"
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.kidozh.discuzhub"
minSdkVersion 24
targetSdkVersion 31
versionCode 39
versionName "4.9"
versionCode 40
versionName "4.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
discuz_title: "NOT_IMPLEMENTED",
Expand Down

0 comments on commit 8c8a72c

Please sign in to comment.