diff --git a/app/build.gradle b/app/build.gradle index 08082ba..50aec93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "zechs.drive.stream" minSdk 28 targetSdk 32 - versionCode 1 - versionName "1.0.0" + versionCode 2 + versionName "1.0.1" archivesBaseName = "${applicationId}-${versionCode}" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"