summaryrefslogblamecommitdiffstats
path: root/app/build.gradle
blob: 67b637ba7540afb54ac12deb8d6e049f5e4b50a5 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                     

          
                             
         

                                            

                                                      
                                 
                                    
                                   
                                  
          
         


                                            
                                                                                                                    




                  
                                                                 
                                                            
                                                                    
                                                                         
                                                                
                                                         

                                                           
plugins {
	id 'com.android.application'
}

android {
	compileSdkVersion 28
	
	useLibrary 'org.apache.http.legacy'
	
	defaultConfig {
		applicationId "com.xc3fff0e.xmanager"
		minSdkVersion 21
		targetSdkVersion 28
		versionCode 210209
		versionName "5.4"
	}
	
	buildTypes {
		release {
			minifyEnabled false
			proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
		}
	}
}

dependencies {
	implementation fileTree(dir: 'libs', include: ['*.jar'])
	implementation 'androidx.appcompat:appcompat:1.2.0'
	implementation 'com.google.android.material:material:1.4.0'
	implementation 'com.google.android.gms:play-services-ads:20.1.0'
	implementation 'com.github.bumptech.glide:glide:4.12.0'
	implementation 'com.google.code.gson:gson:2.8.7'
	implementation 'com.squareup.okhttp3:okhttp:3.9.1'
}