diff --git a/.gitignore b/.gitignore index 5611db9cb..84744a835 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /.idea/modules.xml /.idea/misc.xml /.idea/discord.xml +/.idea/compiler.xml /.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index fb7f4a8a4..000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index d4baf5967..b6caf610d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 499 - versionName '4.0-rc1' + versionCode 500 + versionName '4.0' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -83,7 +83,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:b1990c7918') { + implementation('com.github.KotatsuApp:kotatsu-parsers:5cb953eb86') { exclude group: 'org.json', module: 'json' }