forked from mirrors/Fedilab
		
	Upgrade libs
This commit is contained in:
		
							parent
							
								
									65202df92a
								
							
						
					
					
						commit
						ef24d7586b
					
				
					 7 changed files with 13 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -8,11 +8,11 @@ plugins {
 | 
			
		|||
}
 | 
			
		||||
def flavor
 | 
			
		||||
android {
 | 
			
		||||
    compileSdk 31
 | 
			
		||||
    compileSdk 32
 | 
			
		||||
 | 
			
		||||
    defaultConfig {
 | 
			
		||||
        minSdk 21
 | 
			
		||||
        targetSdk 31
 | 
			
		||||
        targetSdk 32
 | 
			
		||||
        versionCode 434
 | 
			
		||||
        versionName "3.8.1"
 | 
			
		||||
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
			
		||||
| 
						 | 
				
			
			@ -78,8 +78,8 @@ allprojects {
 | 
			
		|||
}
 | 
			
		||||
dependencies {
 | 
			
		||||
    implementation project(':autoimageslider')
 | 
			
		||||
    implementation 'androidx.appcompat:appcompat:1.4.2'
 | 
			
		||||
    implementation 'com.google.android.material:material:1.6.1'
 | 
			
		||||
    implementation 'androidx.appcompat:appcompat:1.5.1'
 | 
			
		||||
    implementation 'com.google.android.material:material:1.7.0'
 | 
			
		||||
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
 | 
			
		||||
    implementation "com.google.code.gson:gson:2.9.1"
 | 
			
		||||
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
 | 
			
		||||
| 
						 | 
				
			
			@ -119,7 +119,7 @@ dependencies {
 | 
			
		|||
    implementation "com.madgag.spongycastle:bctls-jdk15on:1.58.0.0"
 | 
			
		||||
    implementation 'com.github.UnifiedPush:android-connector:2.0.1'
 | 
			
		||||
   // implementation 'com.github.UnifiedPush:android-foss_embedded_fcm_distributor:1.0.0-beta1'
 | 
			
		||||
    playstoreImplementation ('com.github.UnifiedPush:android-embedded_fcm_distributor:2.1.3') {
 | 
			
		||||
    playstoreImplementation('com.github.UnifiedPush:android-embedded_fcm_distributor:2.1.3') {
 | 
			
		||||
        exclude group: 'com.google.firebase', module: 'firebase-core'
 | 
			
		||||
        exclude group: 'com.google.firebase', module: 'firebase-analytics'
 | 
			
		||||
        exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
 | 
			
		||||
| 
						 | 
				
			
			@ -129,12 +129,12 @@ dependencies {
 | 
			
		|||
    implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
 | 
			
		||||
    implementation 'androidx.lifecycle:lifecycle-livedata:2.5.1'
 | 
			
		||||
    implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
 | 
			
		||||
    implementation 'androidx.navigation:navigation-fragment:2.5.1'
 | 
			
		||||
    implementation 'androidx.navigation:navigation-ui:2.5.1'
 | 
			
		||||
    implementation 'androidx.navigation:navigation-fragment:2.5.3'
 | 
			
		||||
    implementation 'androidx.navigation:navigation-ui:2.5.3'
 | 
			
		||||
    testImplementation 'junit:junit:'
 | 
			
		||||
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
 | 
			
		||||
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
 | 
			
		||||
   // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
 | 
			
		||||
    androidTestImplementation 'androidx.test.ext:junit:1.1.4'
 | 
			
		||||
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
 | 
			
		||||
    // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
 | 
			
		||||
 | 
			
		||||
    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,8 +7,6 @@ android {
 | 
			
		|||
    defaultConfig {
 | 
			
		||||
        minSdkVersion 15
 | 
			
		||||
        targetSdkVersion 31
 | 
			
		||||
        versionCode 5
 | 
			
		||||
        versionName "1.4.0"
 | 
			
		||||
 | 
			
		||||
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,10 +6,10 @@ buildscript {
 | 
			
		|||
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.0.4'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.3.1'
 | 
			
		||||
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
 | 
			
		||||
        classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1"
 | 
			
		||||
        classpath 'com.google.gms:google-services:4.3.8'
 | 
			
		||||
        classpath 'com.google.gms:google-services:4.3.10'
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,6 @@ android {
 | 
			
		|||
    compileSdk 31
 | 
			
		||||
    defaultConfig {
 | 
			
		||||
        minSdkVersion 14
 | 
			
		||||
        versionCode 1
 | 
			
		||||
    }
 | 
			
		||||
    compileOptions {
 | 
			
		||||
        sourceCompatibility JavaVersion.VERSION_1_8
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
#Wed Nov 03 09:29:30 CET 2021
 | 
			
		||||
distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,8 +8,6 @@ android {
 | 
			
		|||
    defaultConfig {
 | 
			
		||||
        minSdkVersion 15
 | 
			
		||||
        targetSdkVersion 31
 | 
			
		||||
        versionCode 7
 | 
			
		||||
        versionName "3.0"
 | 
			
		||||
    }
 | 
			
		||||
    buildTypes {
 | 
			
		||||
        release {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,8 +6,6 @@ android {
 | 
			
		|||
    defaultConfig {
 | 
			
		||||
        minSdkVersion 21
 | 
			
		||||
        targetSdkVersion 31
 | 
			
		||||
        versionCode 1
 | 
			
		||||
        versionName "1.0"
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    buildTypes {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue