Skip to content

Commit

Permalink
v2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Feb 29, 2016
1 parent e8a1036 commit 47e3c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/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="fr.neamar.kiss"
android:versionCode="76"
android:versionName="2.19.1">
android:versionCode="77"
android:versionName="2.19.2">

<permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta2'
classpath 'com.android.tools.build:gradle:2.0.0-beta6'
}
}

Expand Down

0 comments on commit 47e3c66

Please sign in to comment.