Skip to content

Commit

Permalink
Bump version to 0.38.10
Browse files Browse the repository at this point in the history
  • Loading branch information
crossle committed Mar 29, 2023
1 parent adbabcc commit 9eaa692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
def versionMajor = 0
def versionMinor = 38
def versionPatch = 10
def versionBuild = 0
def versionBuild = 6

android {
compileSdkVersion 33
Expand Down Expand Up @@ -194,6 +194,7 @@ dependencies {
implementation platform("com.google.firebase:firebase-bom:31.3.0")
implementation fileTree(include: ['*.aar'], dir: 'libs')
implementation "androidx.fragment:fragment-ktx:${fragmentVersion}"
implementation("androidx.activity:activity-ktx:$activity_version")
implementation "androidx.appcompat:appcompat:${appcompatVersion}"
implementation "androidx.legacy:legacy-support-v4:${supportLibVersion}"
implementation "com.google.android.material:material:${mdcVersion}"
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ buildscript {

ext {
ext.fragmentVersion = '1.5.6'
ext.activity_version = '1.7.0'
ext.lifecycleVersion = '2.6.1'
ext.appcompatVersion = '1.6.1'
ext.pagingVersion = '2.1.2'
Expand Down Expand Up @@ -46,7 +47,7 @@ buildscript {
ext.zxingVersion = '3.5.1'
ext.rxpermissionsVersion = '0.10.3'
ext.ucropVersion = '2.2.4'
ext.countryPickerVersion = '1.2.2'
ext.countryPickerVersion = '1.2.3'
ext.fabprogresscircleVersion = '1.1'
ext.rxContactsVersion = '1.1'
ext.glideTransformationsVersion = '3.2.0'
Expand Down

0 comments on commit 9eaa692

Please sign in to comment.