|
|
|
@ -71,24 +71,23 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
// https://github.com/open-keychain/openpgp-api
|
|
|
|
|
|
|
|
|
|
def androidx_version = "1.0.0-rc01"
|
|
|
|
|
def constraintlayout_version = "1.1.2"
|
|
|
|
|
def androidx_version = "1.0.0-rc02"
|
|
|
|
|
def constraintlayout_version = "1.1.3"
|
|
|
|
|
def lifecycle_version = "2.0.0-rc01"
|
|
|
|
|
def room_version = "2.0.0-rc01"
|
|
|
|
|
def paging_version = "2.0.0-rc01"
|
|
|
|
|
def billingclient_version = "1.1"
|
|
|
|
|
def javamail_version = "1.6.0"
|
|
|
|
|
def javamail_version = "1.6.2"
|
|
|
|
|
def jsoup_version = "1.11.3"
|
|
|
|
|
def jcharset_version = "2.0"
|
|
|
|
|
|
|
|
|
|
implementation "androidx.appcompat:appcompat:$androidx_version"
|
|
|
|
|
implementation "androidx.recyclerview:recyclerview:$androidx_version"
|
|
|
|
|
implementation "androidx.coordinatorlayout:coordinatorlayout:#androidx_version"
|
|
|
|
|
implementation "com.google.android.material:material:$androidx_version"
|
|
|
|
|
implementation "androidx.browser:browser:$androidx_version"
|
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version"
|
|
|
|
|
|
|
|
|
|
implementation "androidx.coordinatorlayout:coordinatorlayout:1.0.0-alpha1"
|
|
|
|
|
|
|
|
|
|
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
|
|
|
|
|
annotationProcessor "androidx.lifecycle:lifecycle-compiler:$lifecycle_version"
|
|
|
|
|
|
|
|
|
|