Skip to content

Commit f3b9b1b

Browse files
committed
3
1 parent ffecef7 commit f3b9b1b

File tree

11 files changed

+3
-121
lines changed

11 files changed

+3
-121
lines changed
File renamed without changes.

AndroidAsyncKotlin/build.gradle renamed to AndroidAsync-Kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ dependencies {
3434

3535
// upload to maven task
3636
if (System.getenv().I_AM_KOUSH == 'true') {
37-
apply from: 'upload.gradle'
37+
apply from: '/Users/koush/cfg/maven.gradle'
3838
}

AndroidAsyncKotlin/src/main/AndroidManifest.xml renamed to AndroidAsync-Kotlin/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.koushikdutta.async.kotlin"
2+
package="com.koushikdutta.async"
33
android:versionCode="300"
44
android:versionName="3.0.0">
55

AndroidAsync/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ android {
5252

5353
// upload to maven task
5454
if (System.getenv().I_AM_KOUSH == 'true') {
55-
apply from: 'https://raw.githubusercontent.com/koush/mvn-repo/master/maven.gradle'
55+
apply from: '/Users/koush/cfg/maven.gradle'
5656
}

AndroidAsyncKotlin/upload.gradle

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)