mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	update target sdk to 28
This commit is contained in:
		| @@ -3,13 +3,13 @@ apply plugin: 'kotlin-android' | ||||
| apply plugin: 'kotlin-android-extensions' | ||||
|  | ||||
| android { | ||||
|     compileSdkVersion 27 | ||||
|     buildToolsVersion "27.0.3" | ||||
|     compileSdkVersion 28 | ||||
|     buildToolsVersion "28.0.2" | ||||
|  | ||||
|     defaultConfig { | ||||
|         applicationId "com.simplemobiletools.contacts" | ||||
|         minSdkVersion 16 | ||||
|         targetSdkVersion 27 | ||||
|         targetSdkVersion 28 | ||||
|         versionCode 29 | ||||
|         versionName "4.2.2" | ||||
|         setProperty("archivesBaseName", "contacts") | ||||
| @@ -45,7 +45,7 @@ ext { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation 'com.simplemobiletools:commons:4.6.7' | ||||
|     implementation 'com.simplemobiletools:commons:4.6.15' | ||||
|     implementation 'joda-time:joda-time:2.9.9' | ||||
|     implementation 'com.facebook.stetho:stetho:1.5.0' | ||||
|     implementation 'com.android.support.constraint:constraint-layout:1.1.2' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user