Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Oct 17, 2021
1 parent af017ac commit 02dd1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "io.github.vvb2060.nativedetector"
minSdkVersion 21
targetSdkVersion 31
versionCode 6
versionName "2.1"
versionCode 7
versionName "2.2"
}
externalNativeBuild {
ndkBuild {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
google()
mavenCentral()
}
def ver = '7.1.0-alpha12'
def ver = '7.2.0-alpha01'
plugins {
id 'com.android.application' version ver
id 'com.android.library' version ver
Expand Down

0 comments on commit 02dd1fb

Please sign in to comment.