mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	Update dependencies and SDKs
This commit is contained in:
		| @@ -3,13 +3,13 @@ apply plugin: 'kotlin-android' | ||||
| apply plugin: 'kotlin-android-extensions' | ||||
|  | ||||
| android { | ||||
|     compileSdkVersion 25 | ||||
|     buildToolsVersion "25.0.2" | ||||
|     compileSdkVersion 26 | ||||
|     buildToolsVersion "26.0.0" | ||||
|  | ||||
|     defaultConfig { | ||||
|         applicationId "com.simplemobiletools.notes" | ||||
|         minSdkVersion 16 | ||||
|         targetSdkVersion 25 | ||||
|         targetSdkVersion 26 | ||||
|         versionCode 34 | ||||
|         versionName "2.2.1" | ||||
|     } | ||||
| @@ -38,7 +38,7 @@ dependencies { | ||||
| } | ||||
|  | ||||
| buildscript { | ||||
|     ext.kotlin_version = '1.1.1' | ||||
|     ext.kotlin_version = '1.1.2-5' | ||||
|     repositories { | ||||
|         mavenCentral() | ||||
|     } | ||||
|   | ||||
| @@ -5,7 +5,7 @@ buildscript { | ||||
|         jcenter() | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath 'com.android.tools.build:gradle:2.3.1' | ||||
|         classpath 'com.android.tools.build:gradle:2.3.3' | ||||
|  | ||||
|         // NOTE: Do not place your application dependencies here; they belong | ||||
|         // in the individual module build.gradle files | ||||
|   | ||||
		Reference in New Issue
	
	Block a user