[sword-svn] r3791 - in trunk/bindings/Android/SWORD: . app gradle/wrapper

scribe at crosswire.org scribe at crosswire.org
Fri Sep 11 11:32:52 EDT 2020


Author: scribe
Date: 2020-09-11 11:32:52 -0400 (Fri, 11 Sep 2020)
New Revision: 3791

Modified:
   trunk/bindings/Android/SWORD/app/build.gradle
   trunk/bindings/Android/SWORD/build.gradle
   trunk/bindings/Android/SWORD/gradle/wrapper/gradle-wrapper.properties
Log:
Bumped Android build environment for latest release of Android Studio


Modified: trunk/bindings/Android/SWORD/app/build.gradle
===================================================================
--- trunk/bindings/Android/SWORD/app/build.gradle	2020-09-11 15:26:02 UTC (rev 3790)
+++ trunk/bindings/Android/SWORD/app/build.gradle	2020-09-11 15:32:52 UTC (rev 3791)
@@ -1,13 +1,13 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 29
-    buildToolsVersion "29.0.0"
+    compileSdkVersion 30
+    buildToolsVersion "29.0.2"
 
     defaultConfig {
         applicationId "org.crosswire.android.sword"
         minSdkVersion 14
-        targetSdkVersion 29
+        targetSdkVersion 30
         versionCode 1
         versionName "1.0"
 
@@ -22,7 +22,7 @@
 
     buildTypes {
         release {
-            minifyEnabled false
+            minifyEnabled true
             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
         }
         debug {
@@ -37,14 +37,15 @@
         }
     }
     flavorDimensions 'Fast'
+    ndkVersion '20.0.5594570'
 }
 
 dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
 
-    implementation 'androidx.appcompat:appcompat:1.1.0'
-    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+    implementation 'androidx.appcompat:appcompat:1.2.0'
+    implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
     testImplementation 'junit:junit:4.13'
-    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
-    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
+    androidTestImplementation 'androidx.test.ext:junit:1.1.2'
+    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
 }

Modified: trunk/bindings/Android/SWORD/build.gradle
===================================================================
--- trunk/bindings/Android/SWORD/build.gradle	2020-09-11 15:26:02 UTC (rev 3790)
+++ trunk/bindings/Android/SWORD/build.gradle	2020-09-11 15:32:52 UTC (rev 3791)
@@ -8,7 +8,7 @@
         
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.6.2'
+        classpath 'com.android.tools.build:gradle:4.0.1'
         
 
         // NOTE: Do not place your application dependencies here; they belong

Modified: trunk/bindings/Android/SWORD/gradle/wrapper/gradle-wrapper.properties
===================================================================
--- trunk/bindings/Android/SWORD/gradle/wrapper/gradle-wrapper.properties	2020-09-11 15:26:02 UTC (rev 3790)
+++ trunk/bindings/Android/SWORD/gradle/wrapper/gradle-wrapper.properties	2020-09-11 15:32:52 UTC (rev 3791)
@@ -1,6 +1,6 @@
-#Mon Apr 13 11:43:04 MST 2020
+#Sat Aug 08 11:07:11 CEST 2020
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip



More information about the sword-cvs mailing list