Merge branch 'version-updates' into 'develop'

feat: version update

See merge request sschueller/peertube!34
This commit is contained in:
Stefan Schüller 2021-11-21 10:04:26 +00:00
commit 15d13473ce
1 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@ else {
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 29
compileSdkVersion 31
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "net.schueller.peertube"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 31
versionCode 1064
versionName "1.6.0"
buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'