Skip to content

Commit ce9bf64

Browse files
committed
Update the CodeView version from 1.2.1 to 1.2.2
1 parent 0833fd1 commit ce9bf64

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

codeview/build.gradle

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

3-
43
android {
54
compileSdkVersion 31
65

76
defaultConfig {
87
minSdkVersion 15
98
targetSdkVersion 31
10-
versionCode 6
11-
versionName "1.2.1"
9+
versionCode 7
10+
versionName "1.2.2"
1211

1312
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1413
consumerProguardFiles "consumer-rules.pro"

scripts/publish-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'signing'
33

44
ext {
55
PUBLISH_GROUP_ID = 'io.github.amrdeveloper'
6-
PUBLISH_VERSION = '1.2.1'
6+
PUBLISH_VERSION = '1.2.2'
77
PUBLISH_ARTIFACT_ID = 'codeview'
88
}
99

0 commit comments

Comments
 (0)