Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07af79a6bd |
@@ -17,8 +17,8 @@ android {
|
|||||||
//TODO: update as soon as sources becomes available
|
//TODO: update as soon as sources becomes available
|
||||||
//noinspection OldTargetApi
|
//noinspection OldTargetApi
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 566
|
versionCode 567
|
||||||
versionName '5.3.9'
|
versionName '5.3.10'
|
||||||
generatedDensities = []
|
generatedDensities = []
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ afterEvaluate {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
implementation('com.github.KotatsuApp:kotatsu-parsers:42cc0430f8') {
|
implementation('com.github.KotatsuApp:kotatsu-parsers:8e452f4271') {
|
||||||
exclude group: 'org.json', module: 'json'
|
exclude group: 'org.json', module: 'json'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user