diff --git a/app/build.gradle b/app/build.gradle index 151b5e9..d9f910d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "zechs.drive.stream" minSdk 21 targetSdk 33 - versionCode 10 - versionName "1.3.1" + versionCode 11 + versionName "1.3.2" archivesBaseName = "${applicationId}-${versionCode}" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"