diff --git a/app/build.gradle b/app/build.gradle index e4000afb..c68d7ed4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.raival.fileexplorer" minSdk 26 targetSdk 32 - versionCode 1 - versionName "1.0.0" + versionCode 2 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }