Skip to content

Commit c733b27

Browse files
committed
Update SDK version to 33 and update gradle to 6.4.1
1 parent 959e642 commit c733b27

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/build.gradle

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

33
android {
4-
compileSdkVersion 31
4+
compileSdkVersion 33
55

66
defaultConfig {
77
applicationId "com.amrdeveloper.codeviewlibrary"
88
minSdkVersion 15
9-
targetSdkVersion 31
9+
targetSdkVersion 33
1010
versionCode 1
1111
versionName "1.0"
1212

codeview/build.gradle

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

33
android {
4-
compileSdkVersion 31
4+
compileSdkVersion 33
55

66
defaultConfig {
77
minSdkVersion 15
8-
targetSdkVersion 31
8+
targetSdkVersion 33
99
versionCode 15
10-
versionName "1.3.7"
10+
versionName "1.3.8"
1111

1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
consumerProguardFiles "consumer-rules.pro"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6+
distributionUrl=https://services.gradle.org/distributions/gradle-6.4.1-all.zip

0 commit comments

Comments
 (0)