diff --git a/app/build.gradle b/app/build.gradle index 4904c9c24..66404bf32 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { targetSdkVersion 28 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 67 - versionName "3.1.0beta4" + versionCode 68 + versionName "3.1.0beta5" flavorDimensions "default" renderscriptTargetApi 19 @@ -93,7 +93,7 @@ android { ext { supportLibraryVersion = '28.0.0' - workVersion = "1.0.0-alpha10" + workVersion = "1.0.0-alpha11" } @@ -103,7 +103,7 @@ configurations.all { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' implementation 'androidx.emoji:emoji-bundled:1.0.0'