Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Client
fm.touhou.touhoufm
Commits
ad82d490
Commit
ad82d490
authored
Oct 14, 2019
by
Daniel Sonck
Browse files
[THFMA-33] Fix unit test results
parent
9cd2c754
Changes
1
Show whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
ad82d490
...
...
@@ -17,6 +17,7 @@ plugins {
id
'com.github.triplet.play'
version
'2.4.1'
}
apply
from:
'version.gradle'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
...
...
@@ -87,6 +88,7 @@ android {
versionCode
gitVersionCode
versionName
gitVersionName
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
compileOptions
{
...
...
@@ -127,6 +129,13 @@ android {
path
'src/main/cpp/CMakeLists.txt'
}
}
testOptions
{
unitTests
.
all
{
useJUnitPlatform
()
}
}
}
if
(
file
(
'release.gradle'
).
exists
())
{
...
...
Daniel Sonck
@dsonck
mentioned in commit
ea71d06b
·
Sep 13, 2020
mentioned in commit
ea71d06b
mentioned in commit ea71d06b200c6bf504fc5b591e352cfb87088a2b
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment