Skip to content

Commit

Permalink
Merge pull request #37 from punchdrunker/release/v1.2.1
Browse files Browse the repository at this point in the history
Release/v1.2.1
  • Loading branch information
punchdrunker authored Jun 17, 2018
2 parents bfe0eb8 + ad6783a commit ccb5e8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ android {
// <- ターゲットのandroidバージョン このバージョンによってRuntimePermissionなど一部挙動が変わる(基本的に最新に合わせたほうが良い)
buildToolsVersion versions.buildTools
// <- buildに利用するツール郡の設定(Android plugin for Gradle 3.0.0以降なら設定しない場合プラグインに合わせたバージョンが自動で選択される)
versionCode 3
versionCode 5
// <- アプリのバージョンコード 内部的に使われるもので基本的にユーザーの目にするものではない アプリのインストール時やGoogle Play Consoleでのリリースで使われる
versionName "1.2.0" // <- ユーザーが目にするバージョン名
versionName "1.2.1" // <- ユーザーが目にするバージョン名
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
// <- androidTestに使われるRunner
}
Expand Down
4 changes: 2 additions & 2 deletions gallery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 27
versionCode 3
versionName "1.2.0"
versionCode 5
versionName "1.2.1"
}

// data binding用の設定
Expand Down
2 changes: 1 addition & 1 deletion gallery/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<dist:module
dist:onDemand="true"
dist:title="@string/module_feature_gallery">
<dist:fusing include="true" />
<dist:fusing dist:include="true" />
</dist:module>
<application>
<activity
Expand Down

0 comments on commit ccb5e8d

Please sign in to comment.