Skip to content

Commit fde7041

Browse files
committed
Initial Gradle setup
To build and run non-android tests: ./gradlew build To run the Android TCK test: ./gradlew connectedAndroidTest
1 parent 091e2c0 commit fde7041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pluginManagement {
2222
resolutionStrategy {
2323
eachPlugin {
2424
if(requested.id.namespace == "com.android"){
25-
useModule("com.android.tools.build:gradle:4.1.1")
25+
useModule("com.android.tools.build:gradle:4.1.3")
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)