diff --git a/app/build.gradle b/app/build.gradle index 77012168..7573d0f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { defaultConfig { applicationId "com.alfresco.content.app" versionCode envOrDef('VERSION_CODE', '1') as Integer - versionName "1.9.0" + versionName "1.10.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }