diff --git a/app/build.gradle b/app/build.gradle index 4bdec75..7c66ca4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,8 @@ android { applicationId "zechs.drive.stream" minSdk 21 targetSdk 33 - versionCode 8 - versionName "1.2.3" + versionCode 9 + versionName "1.3.0" archivesBaseName = "${applicationId}-${versionCode}" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"