Skip to content

Commit 3b6c9ac

Browse files
committed
version 1.0.0 release
1 parent 6e1299f commit 3b6c9ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Pager2_Transformers/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44

55
android {
66
compileSdkVersion 30
7-
87
defaultConfig {
98
minSdkVersion 21
109
targetSdkVersion 30

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
plugins {
2-
id 'com.android.library'
2+
id 'com.android.application'
33
}
44

55
android {
66
compileSdkVersion 30
77

88
defaultConfig {
9+
applicationId "com.codeboy.viewpager2transformers"
910
minSdkVersion 21
1011
targetSdkVersion 30
1112
versionCode 1

0 commit comments

Comments
 (0)