Skip to content

Commit

Permalink
build 26-01-18
Browse files Browse the repository at this point in the history
v0.1.4
  • Loading branch information
sziraqui committed Jan 26, 2018
1 parent a3bfc0b commit 06adc2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.csikjsce.csi_kjsceofficial"
minSdkVersion 16
targetSdkVersion 27
versionCode 2
versionName "0.1.3"
versionCode 3
versionName "0.1.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.csikjsce.csi_kjsceofficial"
android:versionName="0.1.3"
android:versionCode="2">
android:versionName="0.1.4"
android:versionCode="3">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit 06adc2b

Please sign in to comment.