gradle update

Signed-off-by: nuclearfog <hatespirit666@gmail.com>
This commit is contained in:
nuclearfog 2021-10-21 18:06:20 +02:00
parent 5441ac5759
commit 2a3053d806
No known key found for this signature in database
GPG Key ID: AA0271FBE406DB98

View File

@ -5,13 +5,13 @@ plugins {
}
android {
buildToolsVersion '30.0.3'
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion '31.0.0'
defaultConfig {
applicationId 'org.nuclearfog.twidda'
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 31
versionCode 47
versionName '1.10.2'
// limiting language support for smaller APK size
@ -60,9 +60,9 @@ dependencies {
implementation 'com.larswerkman:LicenseView:1.1'
implementation 'com.github.open-android:Picasso-transformations:0.1.0'
implementation 'com.github.QuadFlask:colorpicker:0.0.15'
implementation 'com.github.nuclearfog:ZoomView:1.0.2'
implementation 'com.github.nuclearfog:Tagger:2.2'
implementation 'com.github.nuclearfog:LinkAndScrollMovement:1.4'
implementation 'com.github.nuclearfog:ZoomView:1.0.3'
implementation 'com.github.nuclearfog:Tagger:2.3'
implementation 'com.github.nuclearfog:LinkAndScrollMovement:1.4.1'
implementation 'com.github.kyleduo:SwitchButton:2.0.3-SNAPSHOT'
implementation 'com.github.LeonardoCardoso:Android-Link-Preview:master'
}