Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 685ad19

Browse files
committed
increased version number
1 parent 3948987 commit 685ad19

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

app/app.iml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,5 @@
108108
<orderEntry type="library" exported="" name="support-fragment-25.3.1" level="project" />
109109
<orderEntry type="library" exported="" name="animated-vector-drawable-25.3.1" level="project" />
110110
<orderEntry type="module" module-name="library" exported="" />
111-
<orderEntry type="library" exported="" scope="TEST" name="dexmaker-mockito-1.2" level="project" />
112-
<orderEntry type="library" exported="" scope="TEST" name="objenesis-1.0" level="project" />
113-
<orderEntry type="library" exported="" scope="TEST" name="dexmaker-1.2" level="project" />
114-
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-core-1.1" level="project" />
115-
<orderEntry type="library" exported="" scope="TEST" name="mockito-core-1.9.5" level="project" />
116111
</component>
117112
</module>

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "org.y20k.transistor"
99
minSdkVersion 19
1010
targetSdkVersion 25
11-
versionCode 36
12-
versionName "2.2.1 (Sons Of The Silent Age)"
11+
versionCode 37
12+
versionName "2.2.2 (Sons Of The Silent Age)"
1313
vectorDrawables.useSupportLibrary = true
1414
}
1515
buildTypes {

0 commit comments

Comments
 (0)