diff --git a/app/app.iml b/app/app.iml index f749fbb..4fa089b 100644 --- a/app/app.iml +++ b/app/app.iml @@ -110,7 +110,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 8020e2f..283bf1a 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,15 +1,15 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion '25.0.0' + compileSdkVersion 26 + buildToolsVersion '25.0.2' defaultConfig { applicationId "org.sefaria.sefaria" minSdkVersion 14 - targetSdkVersion 23 - versionCode 357 - versionName "3.57" + targetSdkVersion 26 + versionCode 359 + versionName "3.59" // Enabling multidex support //multiDexEnabled true }