diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 6b96a07..6daa1c1 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 29 - versionCode 4 - versionName "0.04" + versionCode 5 + versionName "0.05" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }