Skip to content

Commit d021dad

Browse files
authored
Merge pull request #32 from LeoAndo/LeoAndo-patch-1
v1.3.0にバージョンアップ
2 parents 5c199b2 + 7e868b6 commit d021dad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId "com.template.androidbasicapp" // TODO applicationIdを他の人と被らない名前に変更してください。
1717
minSdk 29
1818
targetSdk 34
19-
versionCode 121
20-
versionName "1.2.1"
19+
versionCode 130
20+
versionName "1.3.0"
2121

2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
}
@@ -100,4 +100,4 @@ dependencies {
100100
def room_version = "2.5.0"
101101
implementation("androidx.room:room-runtime:$room_version")
102102
annotationProcessor("androidx.room:room-compiler:$room_version")
103-
}
103+
}

0 commit comments

Comments
 (0)