diff --git a/android/app/build.gradle b/android/app/build.gradle index 822f21ad..2a427c73 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.openear.www" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 46 - versionName "1.9" + versionCode 47 + versionName "1.9.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.