We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b942f commit 94c3277Copy full SHA for 94c3277
app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "io.github.takusan23.newradiosupporter"
13
minSdk = 30
14
targetSdk = 36
15
- versionCode = 20
16
- versionName = "5.0.0 Beta 4"
+ versionCode = 21
+ versionName = "5.0.0 Beta 5"
17
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
vectorDrawables {
0 commit comments