Skip to content

Commit

Permalink
Arbitrarily enable the newly disabled config
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Mar 9, 2024
1 parent 7204cf6 commit a95d70a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ android {
buildTypes.wearos.signingConfig signingConfigs.document
} catch (FileNotFoundException ignored) { }

buildFeatures {
buildConfig true
}

ndkVersion '21.4.7075529'
externalNativeBuild {
cmake {
Expand Down Expand Up @@ -154,5 +158,5 @@ dependencies {

implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3'

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
}

0 comments on commit a95d70a

Please sign in to comment.