Increase version of app
This commit is contained in:
parent
08f997ff48
commit
d69baed0cf
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId "eu.stuifzand.micropub"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 26
|
||||
versionCode 15
|
||||
versionName '0.1.0-alpha'
|
||||
versionCode 17
|
||||
versionName '0.1.2-alpha'
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -39,7 +39,7 @@ android {
|
|||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
||||
implementation 'com.android.support:design:26.1.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
|
||||
testImplementation 'com.squareup.okhttp3:mockwebserver:3.9.1';
|
||||
|
@ -67,7 +67,7 @@ dependencies {
|
|||
|
||||
implementation "io.reactivex.rxjava2:rxjava:2.1.12"
|
||||
|
||||
def room_version = "1.1.0"
|
||||
def room_version = "1.1.1"
|
||||
|
||||
implementation "android.arch.persistence.room:runtime:$room_version"
|
||||
annotationProcessor "android.arch.persistence.room:compiler:$room_version"
|
||||
|
|
Loading…
Reference in New Issue
Block a user