Skip to content

Commit e31abca

Browse files
committed
fix: update version name
1 parent 49e0f13 commit e31abca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.example.timchentw.loadingview"
1212
minSdkVersion 23
1313
targetSdkVersion 29
14-
versionCode 1
15-
versionName "1.0"
14+
versionCode 3
15+
versionName "1.1.1"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818
buildTypes {

0 commit comments

Comments
 (0)