We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9bfea commit e0041dcCopy full SHA for e0041dc
1 file changed
app/build.gradle.kts
@@ -34,7 +34,7 @@ android {
34
}
35
36
dependencies {
37
- val jadxVersion = "1.5.1-SNAPSHOT"
+ val jadxVersion = "1.5.1"
38
val isJadxSnapshot = jadxVersion.endsWith("-SNAPSHOT")
39
40
// use compile only scope to exclude jadx-core and its dependencies from result jar
0 commit comments