0.4.3 - Removing Average Grade... its not useful

This commit is contained in:
2025-08-17 01:13:10 -06:00
parent c07186a7df
commit 0f976f685f
2 changed files with 2 additions and 29 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.atridad.openclimb"
minSdk = 31
targetSdk = 35
versionCode = 9
versionName = "0.4.2"
versionCode = 10
versionName = "0.4.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}