diff --git a/software/android/app/build.gradle b/software/android/app/build.gradle index da485d9..b963a33 100644 --- a/software/android/app/build.gradle +++ b/software/android/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.rookiedev.hexapod" minSdk 30 targetSdk 31 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }