Skip to content

Commit

Permalink
fix release v1.1.1: add gradle properties, remove robotium jar
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Mar 1, 2021
1 parent b91a5dd commit 73d74dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sudoq-app/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
android.enableJetifier=true
android.useAndroidX=true
4 changes: 2 additions & 2 deletions sudoq-app/sudoqapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ dependencies {


//compile 'com.android.support:support-v4:21.0.0'
androidTestImplementation 'com.jayway.android.robotium:robotium-solo:5.4.1'
androidTestImplementation files('libs/robotium-solo-4.1.jar')
//androidTestImplementation 'com.jayway.android.robotium:robotium-solo:5.4.1'
//androidTestImplementation files('libs/robotium-solo-4.1.jar')
}
Binary file not shown.
Binary file removed sudoq-app/sudoqapp/libs/robotium-solo-4.1.jar
Binary file not shown.

0 comments on commit 73d74dc

Please sign in to comment.