diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 75697d4..e8098c1 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -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
diff --git a/services-framework-proxy/build.gradle b/services-framework-proxy/build.gradle
index 732927d..d9fbced 100644
--- a/services-framework-proxy/build.gradle
+++ b/services-framework-proxy/build.gradle
@@ -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()) {
diff --git a/services-framework-proxy/src/main/AndroidManifest.xml b/services-framework-proxy/src/main/AndroidManifest.xml
index e4b39c4..9bb09da 100644
--- a/services-framework-proxy/src/main/AndroidManifest.xml
+++ b/services-framework-proxy/src/main/AndroidManifest.xml
@@ -6,13 +6,14 @@
+ android:targetSdkVersion="23" />
+ android:icon="@mipmap/ic_core_service_app"
+ android:label="@string/gsf_app_name">
+
+
+
+ microG Services Framework Proxy
+