Skip to content

Commit

Permalink
bump version, move version from manifest to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
maks committed May 24, 2016
1 parent f2bbd58 commit 9b13566
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.sheimi.sgit"
android:versionCode="107"
android:versionName="1.2.4.4" >
android:versionCode="1"
android:versionName="1" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ android {
applicationId "me.sheimi.sgit"
minSdkVersion 14
targetSdkVersion 21

versionCode 108
versionName "1.3.0"
}

lintOptions {
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 9b13566

Please sign in to comment.