From 40e04500fcb5050667b58b8b71ae94d857b8a129 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Sun, 1 Oct 2017 11:30:13 -0500 Subject: [PATCH] Android studio uopdates --- .../gradle/wrapper/gradle-wrapper.properties | 1 + ios/StandardNotes/Info.plist | 2 +- .../sntextview/ExampleInstrumentedTest.java | 26 ------------------- 3 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 vendor/sn-textview/android/src/androidTest/java/com/standardnotes/sntextview/ExampleInstrumentedTest.java diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index b1ea3681..5197ad4b 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -4,3 +4,4 @@ distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +android.enableAapt2=false \ No newline at end of file diff --git a/ios/StandardNotes/Info.plist b/ios/StandardNotes/Info.plist index e5cc5409..708cd6de 100644 --- a/ios/StandardNotes/Info.plist +++ b/ios/StandardNotes/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - 3 + 4 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/vendor/sn-textview/android/src/androidTest/java/com/standardnotes/sntextview/ExampleInstrumentedTest.java b/vendor/sn-textview/android/src/androidTest/java/com/standardnotes/sntextview/ExampleInstrumentedTest.java deleted file mode 100644 index 7601d205..00000000 --- a/vendor/sn-textview/android/src/androidTest/java/com/standardnotes/sntextview/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.standardnotes.sntextview; - -import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() throws Exception { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getTargetContext(); - - assertEquals("com.standardnotes.sntextview", appContext.getPackageName()); - } -}