Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Nov 30, 2020
1 parent 178ffca commit e373cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "co.appreactor.news"
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionName "0.1.4"
versionCode 6
versionName "0.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -84,4 +84,4 @@ dependencies {

testImplementation "junit:junit:$versions_junit"
testImplementation "io.mockk:mockk:$versions_mockk"
}
}

0 comments on commit e373cb7

Please sign in to comment.