Skip to content

Commit

Permalink
update version to 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihUtkuKara committed Mar 18, 2024
1 parent 263cd2c commit c34bc6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Latest Version

***March 15, 2024*** - [Visilabs v6.2.3](https://github.com/relateddigital/visilabs-android/releases)
***March 18, 2024*** - [Visilabs v6.2.4](https://github.com/relateddigital/visilabs-android/releases)

# Latest Version [![Build Status](https://travis-ci.com/relateddigital/visilabs-android.svg?branch=master)](https://travis-ci.com/relateddigital/visilabs-android)

Expand Down Expand Up @@ -40,7 +40,7 @@ Add maven jitpack repository to your project/build.gradle file
Add Visilabs to the ```dependencies``` in app/build.gradle.

```java
implementation 'com.github.relateddigital:visilabs-android:6.2.3'
implementation 'com.github.relateddigital:visilabs-android:6.2.4'
```
This version uses AndroidX

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "6.2.3"
versionName "6.2.4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 3 additions & 3 deletions visilabs-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project.afterEvaluate {

ext {
PUBLISH_GROUP_ID = 'com.github.relateddigital'
PUBLISH_VERSION = "6.2.3"
PUBLISH_VERSION = "6.2.4"
PUBLISH_VERSION_CODE = "50"
PUBLISH_ARTIFACT_ID = 'visilabs-android'
}
Expand All @@ -32,8 +32,8 @@ android {
minSdkVersion 16
targetSdkVersion 33
versionCode 4
versionName "6.2.3"
buildConfigField 'String', 'VERSION_NAME', "\"6.2.3\""
versionName "6.2.4"
buildConfigField 'String', 'VERSION_NAME', "\"6.2.4\""
buildConfigField 'String', 'SDK_TYPE', "\"native\""
}
buildTypes {
Expand Down

0 comments on commit c34bc6d

Please sign in to comment.