Skip to content

Commit

Permalink
updated Android manifest for 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trolley813 committed Aug 11, 2018
1 parent e97da05 commit f3d149a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/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="ru.hyst329.openfool"
android:versionCode="25"
android:versionName="0.2.5" >
android:versionCode="26"
android:versionName="0.2.6" >

<application
android:allowBackup="true"
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ allprojects {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
jcenter()
google()
}
}

Expand Down

0 comments on commit f3d149a

Please sign in to comment.