Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alialbaali committed Apr 7, 2020
1 parent cf9b955 commit b3ff4bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName '0.8'
versionName '0.9'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -103,4 +103,7 @@ dependencies {
// Data Binding
kapt "com.android.databinding:compiler:3.1.4"

// Work Manager
implementation "androidx.work:work-runtime-ktx:2.3.4"

}

0 comments on commit b3ff4bd

Please sign in to comment.