Removed an unnecessary item in build.gradle

This commit is contained in:
ottoptj 2024-08-13 01:38:20 +03:00
commit 8adebab4f5

View file

@ -13,8 +13,6 @@ android {
targetSdk = 34
versionCode = 1
versionName = "0.5-test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {