Skip to content

Commit

Permalink
[TicketNo:] HMS-MLKit#10 Delete travis CI settings.
Browse files Browse the repository at this point in the history
[Description:] Use actions for build, delete travis CI settings.
[Binary Source:] NA
  • Loading branch information
gwwhuawei committed Apr 1, 2020
1 parent 242a163 commit a878463
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 a878463

Please sign in to comment.