Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit aa2de2f

Browse files
committed
new version
1 parent 150a218 commit aa2de2f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

app/build.gradle

+2-8
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.crazylegend.vigilante"
1515
minSdkVersion 24
1616
targetSdkVersion 30
17-
versionCode 16
18-
versionName "1.2.3"
17+
versionCode 17
18+
versionName "1.2.4"
1919
vectorDrawables.useSupportLibrary = true
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

@@ -55,12 +55,6 @@ android {
5555
kapt {
5656
correctErrorTypes = true
5757
useBuildCache = true
58-
javacOptions {
59-
// These options are normally set automatically via the Hilt Gradle plugin, but we
60-
// set them manually to workaround a bug in the Kotlin 1.5.20
61-
option("-Adagger.fastInit=ENABLED")
62-
option("-Adagger.hilt.android.internal.disableAndroidSuperclassValidation=true")
63-
}
6458
}
6559

6660
bundle {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Improvements
2+
- Added an option enable/disable logs you want
3+
- Some performance code improvements and new goodies from Android

0 commit comments

Comments
 (0)