Skip to content

Commit

Permalink
library initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvgiri committed Nov 2, 2017
1 parent fbb58c9 commit 04e7bc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile project(path: ':canvaslibrary')
}
2 changes: 2 additions & 0 deletions app/src/main/java/com/ajithvgiri/drawing/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import android.widget.RelativeLayout;
import android.widget.Toast;

import com.ajithvgiri.canvaslibrary.CanvasView;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ajithvgiri.drawing;
package com.ajithvgiri.canvaslibrary;

import android.content.Context;
import android.graphics.Bitmap;
Expand Down

0 comments on commit 04e7bc9

Please sign in to comment.