Skip to content

Commit

Permalink
Merge pull request #39 from gwwhuawei/master
Browse files Browse the repository at this point in the history
[TicketNo:] #10 Delete travis CI settings.
  • Loading branch information
HMS-MLKit authored Apr 1, 2020
2 parents ab1deab + a878463 commit 38238eb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 218 deletions.
28 changes: 0 additions & 28 deletions MLKit-Sample/.travis.yml

This file was deleted.

18 changes: 0 additions & 18 deletions MLKit-Sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,12 @@ android {
universalApk true
}
}
signingConfigs {
release {
storeFile file("./mlkitSampleTest.jks")
storePassword '111111'
keyAlias 'mlkit'
keyPassword '111111'
v2SigningEnabled false
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
}
repositories {
flatDir {
dirs 'libs'
}
}
lintOptions {
disable 'GoogleAppIndexingWarning'
}
aaptOptions {
noCompress "mslite"
}
Expand Down
Binary file removed MLKit-Sample/app/mlkitSampleTest.jks
Binary file not shown.
172 changes: 0 additions & 172 deletions MLKit-Sample/gradlew

This file was deleted.

0 comments on commit 38238eb

Please sign in to comment.