Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Google Plus Layout/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 Ahmed Nammari -->
<?xml version="1.1" encoding="utf-8"?>
<!-- Copyright (C) 2015 Ahmed Nammari -->

<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
Expand All @@ -15,7 +15,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nammari.googleplus"
android:versionCode="1"
android:versionName="1.0" >
android:versionName="1.1" >

<uses-sdk
android:minSdkVersion="8"
Expand Down