We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59849bf commit 46492cbCopy full SHA for 46492cb
reactbutton/build.gradle
@@ -1,14 +1,14 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 30
+ compileSdkVersion 31
5
buildToolsVersion "30.0.3"
6
7
defaultConfig {
8
minSdkVersion 15
9
- targetSdkVersion 30
10
- versionCode 1
11
- versionName "1.0"
+ targetSdkVersion 31
+ versionCode 3
+ versionName "1.0.2"
12
}
13
14
buildTypes {
@@ -21,5 +21,5 @@ android {
21
22
dependencies {
23
implementation fileTree(dir: 'libs', include: ['*.jar'])
24
- implementation 'androidx.appcompat:appcompat:1.3.0'
+ implementation 'androidx.appcompat:appcompat:1.3.1'
25
0 commit comments