Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Dec 12, 2024
1 parent 8e70f29 commit c3e2ad5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 65 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>idenfySdk</groupId>
<artifactId>com.idenfy.idenfySdk</artifactId>
<version>8.6.0</version>
<version>8.2.9.4.4</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
Expand All @@ -36,55 +36,55 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-parcelize-runtime</artifactId>
<version>1.9.20</version>
<version>1.7.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui</artifactId>
<version>1.5.4</version>
<version>1.4.0-alpha02</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.material</groupId>
<artifactId>material</artifactId>
<version>1.5.4</version>
<version>1.4.0-alpha02</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui-tooling-preview</artifactId>
<version>1.5.4</version>
<version>1.4.0-alpha02</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.7.0</version>
<version>2.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.activity</groupId>
<artifactId>activity-compose</artifactId>
<version>1.7.2</version>
<version>1.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-android</artifactId>
<version>6.32.0</version>
<version>6.18.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.7.0</version>
<version>1.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.recyclerview</groupId>
<artifactId>recyclerview</artifactId>
<version>1.3.2</version>
<version>1.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.12.0</version>
<version>1.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -126,13 +126,13 @@
<dependency>
<groupId>androidx.activity</groupId>
<artifactId>activity-ktx</artifactId>
<version>1.9.2</version>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.fragment</groupId>
<artifactId>fragment-ktx</artifactId>
<version>1.8.3</version>
<version>1.3.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -144,37 +144,31 @@
<dependency>
<groupId>androidx.exifinterface</groupId>
<artifactId>exifinterface</artifactId>
<version>1.3.7</version>
<version>1.3.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.camera</groupId>
<artifactId>camera-core</artifactId>
<version>1.3.4</version>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.camera</groupId>
<artifactId>camera-camera2</artifactId>
<version>1.3.4</version>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.camera</groupId>
<artifactId>camera-lifecycle</artifactId>
<version>1.3.4</version>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.camera</groupId>
<artifactId>camera-view</artifactId>
<version>1.3.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.michaelrocks</groupId>
<artifactId>libphonenumber-android</artifactId>
<version>8.13.35</version>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -204,7 +198,7 @@
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
<version>1.15.0</version>
<version>1.14.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -222,19 +216,19 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.7.3</version>
<version>1.6.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.7.3</version>
<version>1.6.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-viewmodel-ktx</artifactId>
<version>2.8.5</version>
<version>2.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -258,7 +252,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-android</version>
<version>29.0-android</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -270,19 +264,19 @@
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.13.1</version>
<version>1.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.9.20</version>
<version>1.7.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.9.20</version>
<version>1.7.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -294,7 +288,7 @@
<dependency>
<groupId>com.huawei.hms</groupId>
<artifactId>ml-computer-vision-documentskew</artifactId>
<version>3.11.0.301</version>
<version>3.7.0.301</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -321,35 +315,5 @@
<version>3.20.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-lite</artifactId>
<version>2.16.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-lite-gpu</artifactId>
<version>2.16.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-lite-gpu-api</artifactId>
<version>2.16.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-lite-gpu-delegate-plugin</artifactId>
<version>0.4.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-lite-support</artifactId>
<version>0.4.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install:
- FILE="-Dfile=com.idenfy.idenfySdk-8.6.0.aar"
- mvn install:install-file $FILE -DgroupId=idenfy -DartifactId=idenfySdk -Dversion=8.6.0 -DpomFile=com.idenfy.idenfySdk-8.6.0.pom
- FILE="-Dfile=com.idenfy.idenfySdk-8.2.9.4.4.aar"
- mvn install:install-file $FILE -DgroupId=idenfy -DartifactId=idenfySdk -Dversion=8.2.9.4.4 -DpomFile=com.idenfy.idenfySdk-8.2.9.4.4.pom

0 comments on commit c3e2ad5

Please sign in to comment.