Skip to content

Commit

Permalink
Gradle changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
motiamar86 committed Dec 27, 2018
1 parent dd4076e commit 71915bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flircloudlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ repositories {
}

android {
signingConfigs {
/*signingConfigs {
config {
keyAlias 'lambdakeystore'
keyPassword 'Lambda2017'
storeFile file('C:/Users/Moti/Documents/LambdaAppKeys/app_key.jks')
storePassword 'Lambda2017'
}
}
}*/
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
Expand All @@ -31,14 +31,14 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
/*release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.config
}
debug {
signingConfig signingConfigs.config
}
}*/
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 71915bc

Please sign in to comment.