diff --git a/ASNETutorial.iml b/ASNETutorial.iml index 0bb6048..fc084f1 100644 --- a/ASNETutorial.iml +++ b/ASNETutorial.iml @@ -1,13 +1,14 @@ - + - + @@ -15,5 +16,4 @@ - - + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 88a1ca5..85bf501 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,5 +1,5 @@ - + @@ -9,10 +9,15 @@ - + + @@ -30,29 +36,31 @@ - - - - - + + + + + + + + - + - + - @@ -63,6 +71,15 @@ + + + + + + + + + @@ -77,21 +94,20 @@ - + - - - + + + - - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 4616d12..caa8ee2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,27 +1,27 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 19 - buildToolsVersion '20.0.0' + compileSdkVersion 23 + buildToolsVersion '23.0.2' defaultConfig { applicationId "com.github.gorbin.asnetutorial" minSdkVersion 10 - targetSdkVersion 19 + targetSdkVersion 23 versionCode 1 versionName "1.0" } buildTypes { release { - runProguard false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' +// runProguard false +// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:appcompat-v7:20.0.0' + compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.github.asne:asne-facebook:0.3.1' compile 'com.github.asne:asne-linkedin:0.3.1' compile 'com.github.asne:asne-twitter:0.3.1' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ef4fdee..229b20e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="com.github.gorbin.asnetutorial" xmlns:tools="http://schemas.android.com/tools"> diff --git a/build.gradle b/build.gradle index b522d73..18997d9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:0.12.2' + classpath 'com.android.tools.build:gradle:1.3.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1e61d1f..1a72db6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Mon Dec 21 18:55:20 NOVT 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip