We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81effc3 commit a7b827cCopy full SHA for a7b827c
app/build.gradle.kts
@@ -9,6 +9,12 @@ plugins {
9
10
android {
11
namespace = "com.shifthackz.aisdv1.app"
12
+
13
+ dependenciesInfo {
14
+ includeInApk = false
15
+ includeInBundle = false
16
+ }
17
18
defaultConfig {
19
applicationId = "com.shifthackz.aisdv1.app"
20
versionName = libs.versions.versionName.get()
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
-versionName = "0.6.5"
3
-versionCode = "185"
+versionName = "0.6.6"
+versionCode = "186"
4
targetSdk = "34"
5
compileSdk = "35"
6
minSdk = "24"
0 commit comments