Skip to content

Commit

Permalink
Prepare aircasting version 1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
czorek committed Dec 10, 2018
1 parent e875e6d commit add6889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
You can contact the authors by email at <[email protected]>
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="86" android:versionName="1.5.1" package="pl.llp.aircasting">
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="87" android:versionName="1.5.2" package="pl.llp.aircasting">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" />

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>pl.llp</groupId>
<artifactId>aircasting</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<packaging>apk</packaging>

<prerequisites>
Expand Down Expand Up @@ -425,7 +425,7 @@
<scm>
<connection>scm:git:[email protected]:HabitatMap/AirCastingAndroidClient.git</connection>
<url>scm:git:[email protected]:HabitatMap/AirCastingAndroidClient.git</url>
<tag>aircasting-1.5.1</tag>
<tag>aircasting-1.5.2</tag>
</scm>

</project>

0 comments on commit add6889

Please sign in to comment.