diff --git a/mobile/app/build.gradle.kts b/mobile/app/build.gradle.kts index bc5c8d0..2296552 100644 --- a/mobile/app/build.gradle.kts +++ b/mobile/app/build.gradle.kts @@ -32,8 +32,8 @@ android { applicationId = "com.odweta.solon" minSdk = 28 targetSdk = 34 - versionCode = 215 - versionName = "2.5.2" + versionCode = 216 + versionName = "2.6.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }