Added version code and name.
This commit is contained in:
parent
12f3e84252
commit
81fd7a546e
2 changed files with 17 additions and 0 deletions
15
.idea/misc.xml
generated
15
.idea/misc.xml
generated
|
@ -19,4 +19,19 @@
|
||||||
<component name="ProjectType">
|
<component name="ProjectType">
|
||||||
<option name="id" value="Android" />
|
<option name="id" value="Android" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="masterDetails">
|
||||||
|
<states>
|
||||||
|
<state key="ScopeChooserConfigurable.UI">
|
||||||
|
<settings>
|
||||||
|
<splitter-proportions>
|
||||||
|
<option name="proportions">
|
||||||
|
<list>
|
||||||
|
<option value="0.2" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</splitter-proportions>
|
||||||
|
</settings>
|
||||||
|
</state>
|
||||||
|
</states>
|
||||||
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -9,6 +9,8 @@ android {
|
||||||
applicationId "net.thauvin.erik.android.avion"
|
applicationId "net.thauvin.erik.android.avion"
|
||||||
minSdkVersion 13
|
minSdkVersion 13
|
||||||
targetSdkVersion 13
|
targetSdkVersion 13
|
||||||
|
versionCode 1
|
||||||
|
versionName "1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue