Skip to content

Commit

Permalink
fix NoClassDefFoundError: Failed resolution of Landroid/view/View$OnU…
Browse files Browse the repository at this point in the history
…nhandledKeyEventListener (#217)
  • Loading branch information
wuan authored Jul 20, 2020
1 parent d15e025 commit aee763d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.blitzortung.android.app"
minSdkVersion 15
targetSdkVersion 29
versionCode 271
versionName '2.1.2'
versionCode 272
versionName '2.1.3'
multiDexEnabled false
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -60,14 +60,14 @@ coveralls {
jacocoReportPath 'build/reports/jacoco/jacocoTestReleaseUnitTestReport/jacocoTestReleaseUnitTestReport.xml'
}

def dagger_version = '2.28'
def dagger_version = '2.28.3'

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.3.0-alpha01'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.media:media:1.1.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.core:core-ktx:1.5.0-alpha01'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation "androidx.work:work-runtime-ktx:2.3.4"
implementation 'org.osmdroid:osmdroid-android:6.1.6'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.hiya:jacoco-android:0.2"
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.3'
Expand Down

0 comments on commit aee763d

Please sign in to comment.