Skip to content

Commit

Permalink
Release SDK 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iProovBot committed Jul 25, 2024
1 parent e92b7df commit f712848
Show file tree
Hide file tree
Showing 49 changed files with 355 additions and 616 deletions.
439 changes: 106 additions & 333 deletions README.md

Large diffs are not rendered by default.

18 changes: 2 additions & 16 deletions example-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
}

ext.iproovSdkVersion = "9.1.1"
ext.iproovSdkVersion = "10.0.0"

android {
namespace "com.iproov.example"
Expand All @@ -12,7 +12,7 @@ android {

defaultConfig {
applicationId "com.iproov.example"
minSdk 21
minSdk 26
targetSdkVersion 34
versionCode 1
versionName '1.0.0'
Expand Down Expand Up @@ -42,20 +42,6 @@ android {
buildFeatures {
viewBinding true
}

flavorDimensions = ["impl"]

productFlavors {
callback {
dimension "impl"
applicationIdSuffix ".callback"
}

flows {
dimension "impl"
applicationIdSuffix ".flows"
}
}
}

// This is needed for versions prior to 9.x.x - https://github.com/iProov/android/wiki/Known-Issues
Expand Down
25 changes: 0 additions & 25 deletions example-app/app/src/callback/AndroidManifest.xml

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions example-app/app/src/flows/AndroidManifest.xml

This file was deleted.

11 changes: 11 additions & 0 deletions example-app/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >

<activity
android:name=".MainActivity"
android:configChanges="uiMode"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f712848

Please sign in to comment.