Android v12.0.1

This commit is contained in:
Samuel Clay 2022-09-09 07:22:54 -04:00
parent 660b2bc956
commit a08f6135d5
2 changed files with 2 additions and 2 deletions

View file

@ -54,8 +54,8 @@ android {
applicationId "com.newsblur"
minSdkVersion 21
targetSdkVersion 31
versionCode 204
versionName "12.0"
versionCode 205
versionName "12.0.1"
}
compileOptions.with {
sourceCompatibility = JavaVersion.VERSION_1_8