summaryrefslogtreecommitdiff
path: root/anastasis-ui
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2021-02-04 11:48:41 -0300
committerTorsten Grote <t@grobox.de>2021-02-04 11:48:41 -0300
commit6c9ea7b8773a3ad81e36d3ca014cc5579ae89a42 (patch)
tree4efccb93be789fb6f8e413e2a01512354e4ded90 /anastasis-ui
parent915e5e27932a574b0b06c0ca4c20e278dfea8926 (diff)
downloadtaler-android-6c9ea7b8773a3ad81e36d3ca014cc5579ae89a42.tar.gz
taler-android-6c9ea7b8773a3ad81e36d3ca014cc5579ae89a42.tar.bz2
taler-android-6c9ea7b8773a3ad81e36d3ca014cc5579ae89a42.zip
Upgrade non-Taler libraries
Diffstat (limited to 'anastasis-ui')
-rw-r--r--anastasis-ui/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/anastasis-ui/build.gradle b/anastasis-ui/build.gradle
index 17e9530..4a66366 100644
--- a/anastasis-ui/build.gradle
+++ b/anastasis-ui/build.gradle
@@ -19,13 +19,13 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
- compileSdkVersion 29
+ compileSdkVersion 30
//noinspection GradleDependency
buildToolsVersion "$build_tools_version"
defaultConfig {
minSdkVersion 21
- targetSdkVersion 29
+ targetSdkVersion 30
versionCode 1
versionName "0.1"
@@ -67,7 +67,7 @@ dependencies {
// ViewModel and LiveData
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
- testImplementation 'junit:junit:4.13'
+ testImplementation "junit:junit:$junit_version"
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'