Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/Cognitive-Face-Android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.1
Choose a base ref
...
head repository: microsoft/Cognitive-Face-Android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
12 changes: 8 additions & 4 deletions ClientLibrary/lib/build.gradle
Original file line number Diff line number Diff line change
@@ -2,16 +2,20 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 22
buildToolsVersion '26.0.2'

defaultConfig {
minSdkVersion 22
targetSdkVersion 22
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
compile 'com.google.code.gson:gson:2.8.2'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.squareup.okhttp3:okhttp:3.13.1'
}

apply plugin: 'maven'
@@ -26,7 +30,7 @@ group = "com.microsoft.projectoxford"
// Artifact name is the name of the technology
archivesBaseName = "face"
// Update your version
version = "1.4.1"
version = "1.4.3"

// Upload artifacts to maven central repository staging servers
uploadArchives {
@@ -79,4 +83,4 @@ uploadArchives {
}
}
}
}
}
2 changes: 0 additions & 2 deletions ClientLibrary/lib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.microsoft.projectoxford.face">

<library>
</library>

</manifest>

This file was deleted.

This file was deleted.

Loading