X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=c88c78d48eefb351c90e2275f57be4061f33cbb7;hp=5c0e7dac74beee2ebe544d331c030127070d70d7;hb=c59144b04912acea0dd664cb677b4fc19effe9c2;hpb=38005c949c68d157785f7be40ea27cb8e18e1867 diff --git a/app/build.gradle b/app/build.gradle index 5c0e7dac..c88c78d4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 28 - versionCode 40 - versionName "2.16" + versionCode 44 + versionName "3.0.1" } buildTypes { @@ -71,8 +71,20 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:design:28.0.0' + + // Include the following AndroidX libraries. + implementation 'androidx.arch.core:core-common:2.0.1' + implementation 'androidx.arch.core:core-runtime:2.0.1' + implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.cardview:cardview:1.0.0' + implementation 'androidx.coordinatorlayout:coordinatorlayout:1.0.0' + implementation 'androidx.drawerlayout:drawerlayout:1.0.0' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' + implementation 'androidx.viewpager:viewpager:1.0.0' + + // Include the Google material library. + implementation 'com.google.android.material:material:1.0.0' // Only compile Firebase ads for the free flavor. - freeImplementation 'com.google.firebase:firebase-ads:17.1.3' + freeImplementation 'com.google.firebase:firebase-ads:17.2.1' } \ No newline at end of file