Bump to 8.0.10

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-09-29 09:44:31 +02:00
parent 5fdbeb5f5c
commit f004c23526
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -39,8 +39,8 @@ android {
targetSdkVersion 28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 136
versionName "8.0.9"
versionCode 137
versionName "8.0.10"
flavorDimensions "default"
renderscriptTargetApi 19
@ -259,4 +259,4 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
jvmTarget = "1.8"
}
}
}