Compare commits

..

No commits in common. "d4f8af5e299e78b584528f680991b4acf2bfdc1c" and "91ddb4f9916fba77489d5b0eb27e4fed7db0fe56" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "io.github.chronosx88.yggdrasil"
minSdkVersion 15
targetSdkVersion 33
versionCode 43
versionName "2.1.7"
versionCode 42
versionName "2.1.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", project.getParent().name+"-"+versionName)
@ -88,6 +88,7 @@ dependencies {
implementation 'com.hbb20:ccp:2.4.0'
implementation 'com.vincentbrison.openlibraries.android:dualcache:3.1.1'
implementation 'com.vincentbrison.openlibraries.android:dualcache-jsonserializer:3.1.1'
implementation 'com.android.support:multidex:1.0.3'
implementation 'androidx.work:work-runtime-ktx:2.7.1'
testImplementation 'junit:junit:4.13.2'

View File

@ -1,14 +1,14 @@
package org.yggdrasil.app.crispa
import android.app.Application
import android.content.Context
import androidx.multidex.MultiDexApplication
import org.acra.config.dialog
import org.acra.config.httpSender
import org.acra.data.StringFormat
import org.acra.ktx.initAcra
import org.acra.sender.HttpSender
class YggApplication : Application() {
class YggApplication : MultiDexApplication() {
override fun attachBaseContext(base: Context) {
super.attachBaseContext(base)