build updates

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/27/head
androidacy-user 2 years ago
parent 289d7a84d6
commit 17acda297f

@ -38,8 +38,8 @@ android {
applicationId = "com.fox2code.mmm"
minSdk = 24
targetSdk = 33
versionCode = 70
versionName = "2.1.0"
versionCode = 72
versionName = "2.1.1"
vectorDrawables {
useSupportLibrary = true
}
@ -467,7 +467,7 @@ dependencies {
implementation("androidx.security:security-crypto:1.1.0-alpha06")
// some utils
implementation("commons-io:commons-io:2.11.0")
implementation("commons-io:commons-io:20030203.000550")
implementation("org.apache.commons:commons-compress:1.23.0")
// analytics

@ -1,12 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
gradlePluginPortal()
google()
maven {
setUrl("https://jitpack.io")
}
gradlePluginPortal()
}
extra.apply {
set("sentryConfigFile", rootProject.file("sentry.properties"))
@ -31,8 +31,8 @@ tasks.register("clean", Delete::class) {
afterEvaluate {
tasks.withType<JavaCompile>().configureEach {
sourceCompatibility = JavaVersion.VERSION_19.toString()
targetCompatibility = JavaVersion.VERSION_19.toString()
sourceCompatibility = JavaVersion.VERSION_17.toString()
targetCompatibility = JavaVersion.VERSION_17.toString()
}
}

Loading…
Cancel
Save