new release

This commit is contained in:
Page Asgardius 2023-02-06 09:15:46 -07:00
parent 7df9789241
commit 791c747832
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ android {
applicationId "asgardius.page.s3manager"
minSdk 21
targetSdk 33
versionCode 75
versionCode 76
versionName "0.9.0"
setProperty("archivesBaseName", "s3-manager-$versionName")

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
}
task clean(type: Delete) {