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