Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan authored Aug 13, 2024
1 parent 8ab2935 commit c33ece9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions samples/testnami/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ android {
buildConfigField "boolean", "NAMI_ENV_PROD", "false"
}

signingConfigs {
debug {
}
release {
storeFile file('release.keystore')
storePassword 'android'
keyAlias 'androidreleasekey'
keyPassword 'android'
}
}

compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit c33ece9

Please sign in to comment.