Increment version number for release and fix test
This commit is contained in:
parent
2acd1fd1f0
commit
7a26e5ba00
1 changed files with 3 additions and 3 deletions
|
@ -36,8 +36,8 @@ android {
|
||||||
applicationId "com.wbrawner.simplemarkdown"
|
applicationId "com.wbrawner.simplemarkdown"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 3
|
versionCode 4
|
||||||
versionName "0.2.0"
|
versionName "0.3.0"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -61,6 +61,7 @@ ext {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
testCompile 'junit:junit:4.12'
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
|
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
|
||||||
exclude group: 'com.android.support', module: 'support-annotations'
|
exclude group: 'com.android.support', module: 'support-annotations'
|
||||||
|
@ -76,7 +77,6 @@ dependencies {
|
||||||
compile 'com.jakewharton.rxbinding2:rxbinding-design:2.0.0'
|
compile 'com.jakewharton.rxbinding2:rxbinding-design:2.0.0'
|
||||||
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
||||||
compile 'io.reactivex.rxjava2:rxjava:2.1.0'
|
compile 'io.reactivex.rxjava2:rxjava:2.1.0'
|
||||||
testCompile 'junit:junit:4.12'
|
|
||||||
testImplementation "org.robolectric:robolectric:3.6.1"
|
testImplementation "org.robolectric:robolectric:3.6.1"
|
||||||
androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1'
|
androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1'
|
||||||
androidTestCompile 'com.android.support.test:runner:1.0.1'
|
androidTestCompile 'com.android.support.test:runner:1.0.1'
|
||||||
|
|
Loading…
Reference in a new issue