Skip to content

Commit 46492cb

Browse files
committed
Update version, sdk version and libraries
1 parent 59849bf commit 46492cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reactbutton/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 30
4+
compileSdkVersion 31
55
buildToolsVersion "30.0.3"
66

77
defaultConfig {
88
minSdkVersion 15
9-
targetSdkVersion 30
10-
versionCode 1
11-
versionName "1.0"
9+
targetSdkVersion 31
10+
versionCode 3
11+
versionName "1.0.2"
1212
}
1313

1414
buildTypes {
@@ -21,5 +21,5 @@ android {
2121

2222
dependencies {
2323
implementation fileTree(dir: 'libs', include: ['*.jar'])
24-
implementation 'androidx.appcompat:appcompat:1.3.0'
24+
implementation 'androidx.appcompat:appcompat:1.3.1'
2525
}

0 commit comments

Comments
 (0)