Skip to content

Commit

Permalink
Increase version to 0.5.0 and remove testOnly hack as the issue is no…
Browse files Browse the repository at this point in the history
…w randomly fixed.
  • Loading branch information
soupslurpr committed Jul 12, 2023
1 parent 08e96b0 commit b101f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "dev.soupslurpr.beautyxt"
minSdk = 21
targetSdk = 34
versionCode = 11
versionName = "0.4.0"
versionCode = 12
versionName = "0.5.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
# Forces testOnly to be false. If this is not here then builds have
# testOnly=true for some reason. In the future I should probably find out why, but its fine for now.
android.injected.testOnly=false
android.nonTransitiveRClass=true

0 comments on commit b101f4f

Please sign in to comment.