Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Mar 6, 2021
1 parent 68760d9 commit e8c4eec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
## 0.6.20 ##

* Bug fixes

## 0.6.19 ##

* Bug fixes and performance improvements
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/140.txt
@@ -0,0 +1,2 @@
0.6.20
• Bug fixes
6 changes: 3 additions & 3 deletions voipms-sms/build.gradle
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'net.kourlas.voipms_sms'
minSdkVersion 21
targetSdkVersion 30
versionCode 139
versionName '0.6.19'
versionCode 140
versionName '0.6.20'

javaCompileOptions {
annotationProcessorOptions {
Expand Down Expand Up @@ -96,7 +96,7 @@ dependencies {
implementation 'androidx.work:work-runtime-ktx:2.5.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
kapt "androidx.room:room-compiler:2.2.6"
kapt 'androidx.room:room-compiler:2.2.6'

// Firebase libraries
primaryImplementation 'com.google.firebase:firebase-analytics:18.0.2'
Expand Down

0 comments on commit e8c4eec

Please sign in to comment.