Skip to content

Commit

Permalink
Bumped version to v1.8.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Futsch1 committed May 10, 2024
1 parent 135d6b8 commit 6b8be77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.futsch1.medtimer"
minSdk = 33
targetSdk = 34
versionCode = 44
versionName = "1.8.1"
versionCode = 45
versionName = "1.8.2-rc.1"
setProperty("archivesBaseName", "MedTimer")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -55,7 +55,7 @@ android {
// There seems to be an issue with safeargs and Android Studio. Generated classes are not detected by the IDE and marked
// as an error. This statement fixes it, but causes tests to fail (since they use the generated release classes). So
// I will leave this commented here to be enabled during coding, but it may not be committed.
//java.srcDir("build/generated/source/navigation-args/debug")
java.srcDir("build/generated/source/navigation-args/debug")
}
}
}
Expand Down

0 comments on commit 6b8be77

Please sign in to comment.