|
|
@ -76,13 +76,13 @@ android { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
// Android support |
|
|
|
// Android support |
|
|
|
implementation 'androidx.appcompat:appcompat:1.1.0' |
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0' |
|
|
|
implementation 'androidx.preference:preference:1.1.1' |
|
|
|
implementation 'androidx.preference:preference:1.1.1' |
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |
|
|
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |
|
|
|
implementation 'com.google.android.material:material:1.1.0' |
|
|
|
implementation 'com.google.android.material:material:1.3.0' |
|
|
|
|
|
|
|
|
|
|
|
// Other |
|
|
|
// Other |
|
|
|
implementation 'org.androidannotations:androidannotations-api:4.7.0' |
|
|
|
implementation 'org.androidannotations:androidannotations-api:4.7.0' |
|
|
|
implementation 'org.androidannotations:ormlite-api:4.7.0' |
|
|
|
implementation 'org.androidannotations:ormlite-api:4.7.0' |
|
|
|
implementation 'com.j256.ormlite:ormlite-core:5.1' |
|
|
|
implementation 'com.j256.ormlite:ormlite-core:5.1' |
|
|
@ -93,7 +93,6 @@ dependencies { |
|
|
|
implementation 'com.github.aegnor:rencode-java:cb628e824e' |
|
|
|
implementation 'com.github.aegnor:rencode-java:cb628e824e' |
|
|
|
implementation 'org.apache.openjpa:openjpa-lib:3.1.1' |
|
|
|
implementation 'org.apache.openjpa:openjpa-lib:3.1.1' |
|
|
|
implementation 'net.iharder:base64:2.3.9' |
|
|
|
implementation 'net.iharder:base64:2.3.9' |
|
|
|
//implementation 'fr.turri:aXMLRPC:1.12.0' |
|
|
|
|
|
|
|
implementation('com.github.afollestad.material-dialogs:core:0.9.6.0@aar') { |
|
|
|
implementation('com.github.afollestad.material-dialogs:core:0.9.6.0@aar') { |
|
|
|
transitive = true |
|
|
|
transitive = true |
|
|
|
} |
|
|
|
} |
|
|
|