diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 7e98df8..f08de89 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "se.lth.math.videoimucapture" minSdkVersion 24 targetSdkVersion 30 - versionCode 10 - versionName "0.10" + versionCode 11 + versionName "0.11" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }