Skip to content

Commit

Permalink
version 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBoy722 committed Jan 11, 2021
1 parent 6e1299f commit 3b6c9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Pager2_Transformers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {

android {
compileSdkVersion 30

defaultConfig {
minSdkVersion 21
targetSdkVersion 30
Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
plugins {
id 'com.android.library'
id 'com.android.application'
}

android {
compileSdkVersion 30

defaultConfig {
applicationId "com.codeboy.viewpager2transformers"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
Expand Down

0 comments on commit 3b6c9ac

Please sign in to comment.