Skip to content

Commit

Permalink
Merge pull request AgoraIO#179 from AgoraIO/dev/fix-ci
Browse files Browse the repository at this point in the history
Dev/fix ci
  • Loading branch information
plutoless authored May 14, 2020
2 parents 5d3d629 + 66b658d commit 57c0189
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Android/azure-templates/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
inputs:
workingDirectory: ${{ parameters.project }}/${{ parameters.module }}
gradleWrapperFile: ${{ parameters.project }}/gradlew
options: '--stacktrace'
gradleOptions: '-Xmx3072m'
publishJUnitResults: false
testResultsFiles: '**/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:3.5.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion Android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true

android.useDeprecateNdk=true
1 change: 0 additions & 1 deletion Android/sample-video-encrypt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ android {
compileSdkVersion 29
buildToolsVersion "29.0.2"


defaultConfig {
applicationId "io.agora.advancedvideo.videoencryption"
minSdkVersion 16
Expand Down

0 comments on commit 57c0189

Please sign in to comment.