Skip to content

Commit

Permalink
0.8.9.4 version has been released.
Browse files Browse the repository at this point in the history
  • Loading branch information
evrencoskun committed Mar 18, 2021
1 parent cd1c561 commit 5cde949
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tableview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion min_sdk_version
targetSdkVersion target_sdk_version
versionCode 1
versionName '0.8.9.3'
versionName '0.8.9.4'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down Expand Up @@ -54,6 +54,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
androidTestImplementation 'junit:junit:4.12'

}

// Configure the publishing
Expand Down Expand Up @@ -107,4 +108,4 @@ afterEvaluate {
}
}
}
}
}

0 comments on commit 5cde949

Please sign in to comment.