Skip to content

Commit

Permalink
release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Dec 2, 2013
1 parent bb0d154 commit 4d168e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NetworkLocation/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="com.google.android.location"
android:versionCode="1201"
android:versionName="1.2.1">
package="com.google.android.gms"
android:versionCode="1202"
android:versionName="1.2.2">

<uses-sdk
android:minSdkVersion="9"
Expand Down
4 changes: 2 additions & 2 deletions NetworkLocation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.android.location</groupId>
<groupId>org.microg.networklocation</groupId>
<artifactId>NetworkLocation</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.2</version>
<packaging>apk</packaging>
<name>NetworkLocation</name>

Expand Down

0 comments on commit 4d168e0

Please sign in to comment.