Skip to content

Commit

Permalink
update library version and update compileSdkVersion to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
iamageo committed Jun 3, 2023
1 parent 35b6412 commit 7475a15
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 4 deletions.
123 changes: 123 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ plugins {
}

group = 'com.github.iamageo'
version = '1.0.1'
version = '1.0.2'

android {
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion "31.0.0"

defaultConfig {
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 33
versionCode 1
versionName "1.1"

Expand Down Expand Up @@ -50,7 +50,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.iamageo'
artifactId = 'another_read_more'
version = '1.0.1'
version = '1.0.2'
}
}
}
Expand Down

0 comments on commit 7475a15

Please sign in to comment.