diff --git a/app/build.gradle b/app/build.gradle index 88dd0ef..52b0f4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ android { defaultConfig { applicationId "com.wbrawner.simplemarkdown" minSdkVersion 23 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 28 versionName "0.8.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -101,34 +101,34 @@ android { dependencies { samsungImplementation project(":IAP5Helper") - implementation 'androidx.navigation:navigation-fragment-ktx:2.2.2' - implementation 'androidx.navigation:navigation-ui-ktx:2.2.2' + implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0' + implementation 'androidx.navigation:navigation-ui-ktx:2.3.0' testImplementation 'junit:junit:4.12' testImplementation 'org.robolectric:robolectric:4.2.1' implementation fileTree(include: ['*.jar'], dir: 'libs') - def espresso_version = '3.2.0' + def espresso_version = '3.3.0' androidTestImplementation "androidx.test.espresso:espresso-core:$espresso_version" androidTestImplementation "androidx.test.espresso:espresso-web:$espresso_version" androidTestImplementation "androidx.test.espresso:espresso-intents:$espresso_version" - def android_test = '1.2.0' + def android_test = '1.3.0' androidTestImplementation "androidx.test:runner:$android_test" androidTestImplementation "androidx.test:rules:$android_test" androidTestUtil "androidx.test:orchestrator:$android_test" - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.preference:preference:1.1.1' - implementation "androidx.fragment:fragment-ktx:1.2.4" - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.material:material:1.1.0' + implementation "androidx.fragment:fragment-ktx:1.2.5" + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' + implementation 'com.google.android.material:material:1.2.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'com.commonsware.cwac:anddown:0.3.0' playImplementation 'com.android.billingclient:billing:3.0.0' - playImplementation 'com.google.firebase:firebase-core:17.4.3' - implementation "androidx.core:core-ktx:1.3.0" + playImplementation 'com.google.firebase:firebase-core:17.5.0' + implementation "androidx.core:core-ktx:1.3.1" implementation 'androidx.browser:browser:1.2.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - def coroutines_version = "1.3.4" + def coroutines_version = "1.3.7" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" def lifecycle_version = "2.2.0"