File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 30
4
+ compileSdkVersion 31
5
5
buildToolsVersion " 30.0.3"
6
6
7
7
defaultConfig {
8
8
minSdkVersion 15
9
- targetSdkVersion 30
9
+ targetSdkVersion 31
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
}
@@ -16,10 +16,14 @@ android {
16
16
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17
17
}
18
18
}
19
+ compileOptions {
20
+ sourceCompatibility JavaVersion . VERSION_1_8
21
+ targetCompatibility JavaVersion . VERSION_1_8
22
+ }
19
23
}
20
24
21
25
dependencies {
22
26
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
23
- implementation ' androidx.appcompat:appcompat:1.3.0 '
27
+ implementation ' androidx.appcompat:appcompat:1.4.1 '
24
28
implementation project(' :reactbutton' )
25
29
}
You can’t perform that action at this time.
0 commit comments