Skip to content
Snippets Groups Projects
Commit 35dc756a authored by John's avatar John
Browse files

2.6.0

parent 2145587d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,8 +32,8 @@ android {
minSdkVersion 16
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 2050000
versionName "2.5.0"
versionCode 2060000
versionName "2.6.0"
manifestPlaceholders = [fabric_key: project.ext.LABCOAT_FABRIC_KEY]
vectorDrawables.useSupportLibrary = true
 
Loading
Loading
@@ -218,8 +218,4 @@ dependencies {
testImplementation('org.threeten:threetenbp:1.3.6') {
exclude group: 'com.jakewharton.threetenabp', module: 'threetenabp'
}
androidTestImplementation('com.android.support.test:runner:1.0.2') {
exclude group: 'com.android.support', module: 'support-annotations'
}
}
Loading
Loading
@@ -14,7 +14,7 @@ class ApiTests {
 
companion object {
 
private val FAKE_GROUP_PROJECT_ID: Long = 376651
private const val PROJECT_ID: Long = 376651
 
private var fakeProject: Project? = null
private lateinit var gitLab: GitLabService
Loading
Loading
@@ -27,7 +27,7 @@ class ApiTests {
gitLab = TestUtil.login()
 
val projectResponse = gitLab
.getProject(FAKE_GROUP_PROJECT_ID.toString())
.getProject(PROJECT_ID.toString())
.blockingGet()
assertNotNull(projectResponse)
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment