Skip to content

Commit

Permalink
update target api
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed May 14, 2018
1 parent b78578f commit 3f75104
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 26 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="com.android.support:support-annotations:23.1.0@jar" level="project" />
<orderEntry type="library" exported="" name="com.android.support:design-23.1.0" level="project" />
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down

0 comments on commit 3f75104

Please sign in to comment.