Skip to content

Commit

Permalink
Update Services Framework Proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Oct 3, 2015
1 parent 4a615de commit 9ca5f6a
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-all.zip
11 changes: 3 additions & 8 deletions services-framework-proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.0'
}
}

apply plugin: 'com.android.application'

dependencies {
// compile 'com.android.support:support-v4:22.2.0'
// compile 'com.android.support:appcompat-v7:22.2.0'
}

android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.1"
}

if (file('user.gradle').exists()) {
Expand Down
5 changes: 3 additions & 2 deletions services-framework-proxy/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="22" />
android:targetSdkVersion="23" />

<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />

<application
android:allowBackup="false"
android:label="µg Services Framework Proxy">
android:icon="@mipmap/ic_core_service_app"
android:label="@string/gsf_app_name">
<service
android:name="org.microg.gms.gcm.PushRegisterProxy"
android:exported="true"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions services-framework-proxy/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2013-2015 microG Project Team
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<resources>
<string name="gsf_app_name">microG Services Framework Proxy</string>
</resources>

0 comments on commit 9ca5f6a

Please sign in to comment.